mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Edit space is now done with a property sheet
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2671 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -63,7 +63,7 @@ public class SpaceIconPickerGenerator extends BaseComponentGenerator
|
||||
ValueBinding binding = propertySheet.getValueBinding("value");
|
||||
String expression = binding.getExpressionString();
|
||||
String beanName = expression.substring(2, expression.indexOf(".")+1);
|
||||
if (beanName.equals("DialogManager") || beanName.equals("WizardManager"))
|
||||
if (beanName.equals("DialogManager.") || beanName.equals("WizardManager."))
|
||||
{
|
||||
// deal with the special dialog and wizard manager beans by
|
||||
// adding .bean
|
||||
|
Reference in New Issue
Block a user