mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
Fix VocabId
This commit is contained in:
@@ -417,7 +417,7 @@ function updateCurrentMval(meta_struct_id, HighlightValue, vocabularyId)
|
|||||||
+ (a[key].n != n ? " hetero " : "") + "'>"
|
+ (a[key].n != n ? " hetero " : "") + "'>"
|
||||||
+ '<table><tr><td>'
|
+ '<table><tr><td>'
|
||||||
+ extra
|
+ extra
|
||||||
+ '<span class="value" vocabId="' + value.getVocabularyId() + '">'
|
+ '<span class="value" vocabId="' + (value.getVocabularyId() ? value.getVocabularyId() : '') + '">'
|
||||||
+ word
|
+ word
|
||||||
+ "</span></td><td class='options'>"
|
+ "</span></td><td class='options'>"
|
||||||
+ '<a href="#" class="add_all"><img src="/skins/icons/plus11.png"/></a> '
|
+ '<a href="#" class="add_all"><img src="/skins/icons/plus11.png"/></a> '
|
||||||
|
Reference in New Issue
Block a user