mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD
17262: Fix for ETHREEOH-2898: Share Login - using return with auto-complete clears login screen details 17264: Fix for ETHREEOH-2368 Added category is not visible in "Categories" in Side Bar even after the page is refreshed. 17266: Merged V3.1 to V3.2 17265: ETHREEOH-3213 - Error occurs if you try to Configure of Site Wiki dashlet if wiki page name contains russian letters 17279: Fix for ETHREEOH-3110 - Error page if Add broken number by create(edit) ASR or FSR. 17281: Fix to unreported error where the NodeBrowser would not display nodes that ... 17283: ETHREEOH-3037 and ETHREEOH-2158 17286: Fix for ETHREEOH-3075 Encoding field is displayed as empty on Versioned details page. 17289: Merged V3.1 to V3.2 17288: Fix for ETHREEOH-3164 Link Destination (with modify properties of a space link) does ... 17291: Fix for ETHREEOH-2403 It's possible to create a content with spaces. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18034 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -203,13 +203,13 @@ public class UIDeploymentServers extends UIInput
|
||||
String displayGroup = (String)server.getProperties().get(DeploymentServerConfig.PROP_GROUP);
|
||||
if(!currentDisplayGroup.equalsIgnoreCase(displayGroup))
|
||||
{
|
||||
// yes title has changed - write out the new displayGroup
|
||||
out.write("<p class='mainSubTitle'>");
|
||||
out.write(Utils.encode(displayGroup));
|
||||
out.write("</p>");
|
||||
currentDisplayGroup = displayGroup;
|
||||
}
|
||||
|
||||
// yes title has changed - write out the new displayGroup
|
||||
out.write("<p class='mainSubTitle'>");
|
||||
out.write(Utils.encode(displayGroup));
|
||||
out.write("</p>");
|
||||
currentDisplayGroup = displayGroup;
|
||||
}
|
||||
|
||||
if (currentServer != null && currentServer.getId().equals(server.getId()))
|
||||
{
|
||||
// This is the server in edit mode
|
||||
|
Reference in New Issue
Block a user