mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00078
[Bug 522429] Re: Full details not included in resume fields in view
When trying to reproduced this, I noticed that the problem did not occur
if the page was loaded with browser developer tools activated (firebug,
IE developer tools).
Turns out that we had a stray "console.log" statement in
resumeshowhide.js that I've removed in 7ee2828.
As discussed here, http://drupal.org/node/529296, console.log statements
should be removed when not using developer tools.
Just to make sure, I did a grep for "console.log", and the only other
instances in Mahara are in the javascript files used when firebug and
developer mode are on.
** Changed in: mahara
Milestone: None => 1.3.0
--
Full details not included in resume fields in view
https://bugs.launchpad.net/bugs/522429
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Bug description:
V1.2.2 (myportfolio)
Details are added to the My Resume fields Eg Books and publications
This Books and publications artefact is added to a view using the One Resume field button
When the view is looked at only the title rather than details show - it does look alright in view editting mode. The same happens for the other Resume fields such as Employment History etc.
If you add the entire Resume the details do show.
References