In the 'Log message' table messages are truncated if longer then 300 chars.
Unfortunately both the summary and the full version are shown by default.
And since a jQuery toggle() is used, clicking the Expand link causes both summary and full to be hidden.

I suggest adding a display: none; somewhere in the hosting.css file

.hosting-task-full {
    display: none;
}

Either that or in _hosting_task_log_table() a style='display: none;' should be added to the hosting-task-full span.

Comments

Anonymous’s picture

Yeah this has bothered me for a while. Would you care to submit a patch?

helmo’s picture

Sure, here's a patch which adds the css directive.

Anonymous’s picture

Status: Active » Fixed

Committed! Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 7ad190d on dev-dns, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by mig5:
    #905160 by helmo - fix for Expand link in Error messages from log...

  • Commit 7ad190d on dev-dns, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-588728-views-integration, dev-1403208-new_roles, dev-helmo-3.x by mig5:
    #905160 by helmo - fix for Expand link in Error messages from log...