mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix syntax error
This commit is contained in:
@@ -1124,7 +1124,7 @@ function edit_applyMultiDesc(evt)
|
|||||||
|
|
||||||
var temp = {
|
var temp = {
|
||||||
meta_id : value.getMetaId() ? value.getMetaId() : '',
|
meta_id : value.getMetaId() ? value.getMetaId() : '',
|
||||||
meta_struct_id : p4.edit.T_records[r].fields[f]..getMetaStructId(),
|
meta_struct_id : p4.edit.T_records[r].fields[f].getMetaStructId(),
|
||||||
vocabularyId : value.getVocabularyId() ? value.getVocabularyId() : '',
|
vocabularyId : value.getVocabularyId() ? value.getVocabularyId() : '',
|
||||||
value : cleanTags(value.getValue())
|
value : cleanTags(value.getValue())
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user