-
Bug
-
Resolution: Fixed
-
Critical
-
4.1.0
-
None
-
None
-
4.1 M5
I have all rights on all contexts.
I used the ODF template to reproduce the bug (but the problem is there on other projects) :
- Open a program in a tab
- Make a search on orgunits
- Drag&drop an orgunit on the program
- It displays "The content(s) to edit does not contain compatible field to receive the content(s) to reference according your rights. No changes have been made."
I think the problem is on line 241 of the file SetContentMetadataRelationHandler.js :
childrenMetadataPaths = Ext.Array.merge(childrenMetadataPaths, oneTarget.getParameters()['childrenMetadataPaths']);
The parametre childrenMetadataPaths doesn't exists and it set a tab of undefined.