Merged V3.2 to HEAD

15200: Fixed ETHREEOH-2480: Cannot upload files with .doc extension owing to exception from ContentMetadataExtracter
   15203: ETHREEOH-2246: Rework patch.authorityMigration to be more performant and report progress
   15254: ETHREEOH-2339: Fixed NullPointerException when editing LDAP-synced user who doesn't have an email address
   15267: Applied patch for ETHREEOH-1448: Exception when using the move up/down button when editting a web form
   15270: Mereg (sic) - Record only 15238
   15285: Merged V3.1 to V3.2
      15281: Merged V2.2 to V3.1
         15280: Absorb all metadata exceptions at all levels
      15282: Merged V2.2 to V3.1
         15273: Merged V3.2 to V2.2
            15200: Fixed ETHREEOH-2480: Cannot upload files with .doc extension owing to exception from ContentMetadataExtracter
-------------------------
Modified: svn:mergeinfo
   Merged /alfresco/BRANCHES/V2.2:r15273,15280
   Merged /alfresco/BRANCHES/V3.1:r15281-15282
   Merged /alfresco/BRANCHES/V3.2:r15200,15203,15254,15267,15270,15285



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16854 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-10-13 10:57:47 +00:00
parent 3bcdbc7e33
commit aa61dae7b0
2 changed files with 6 additions and 13 deletions

View File

@@ -506,21 +506,11 @@ public class XFormsBean implements Serializable
LOGGER.debug("inserting node before " + beforeLocation);
instance.insertNode(fromLocationPath, beforeLocation);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REBUILD, null);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.RECALCULATE, null);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REVALIDATE, null);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REFRESH, null);
if (LOGGER.isDebugEnabled())
LOGGER.debug("deleting from " + from.getLocationPath());
// need to reload from location path since it has moved
instance.deleteNode(from.getLocationPath());
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REBUILD, null);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.RECALCULATE, null);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REVALIDATE, null);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REFRESH, null);
to.getRepeat().setIndex(toPosition);
model.getContainer().dispatch(model.getTarget(), XFormsEventNames.REBUILD, null);