Details
-
Type:
Story
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M4
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: Administration, Administration > Users, Collaboration, Collaboration > Blogs
-
Labels:None
-
Epic/Theme:
-
Story Points:3
-
Where was the bug?:JSP, Javascript
-
Similar Issues:
Description
Who will benefit: organization administrator user
What is benefit: dialog windows have better UX and are easier to manage from parent window than popup windows
Edit organization view in Users and Organizations, Configuration views in Recent Blogers and Blogs Agregator provide Administrator User with ability to select parent organization via POPUP window. Since we can't position POPUP or make it look as part of parent page it would be good to implement it as Dialog.
Affected sources:
portal-web/docroot/html/portlet/blogs_aggregator/configuration.jsp portal-web/docroot/html/portlet/recent_bloggers/configuration.jsp portal-web/docroot/html/portlet/users_admin/organization/details.jsp portal-web/docroot/html/portlet/users_admin/select_organization.jsp

I asked Iliyan about this:
On Thu, 27 Dec 2012 08:25:28 +0100, Igor Beslic <igor.beslic@liferay.com> wrote:
Hi Iliyan,
when editing an organization, user selects parent organization by clicking Select link:
implements
function <portlet:namespace />openOrganizationSelector() { var url = '<portlet:renderURL windowState="<%= LiferayWindowState.POP_UP.toString() %>"><portlet:param name="struts_action" value="/users_admin/select_organization" /></portlet:renderURL>';I wonder do you think it could be good to create improvement ticket to convert IFrame to Dialog. I'm fixing http://issues.liferay.com/browse/LPS-30448 and maybe I can do it since I'm familiar with that code now?
Answer:
Sure - as less iframes we have, as better.
Thanks,
Iliyan