NIHVIVO-2790 Make vitro:moniker displayable and editable (but not addable) so existing values can be managed by editors post-1.3 upgrade.
This commit is contained in:
parent
89642dade5
commit
ed612126a8
2 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ var customForm = {
|
||||||
type: customForm.acType
|
type: customForm.acType
|
||||||
},
|
},
|
||||||
complete: function(xhr, status) {
|
complete: function(xhr, status) {
|
||||||
// Not sure why, but we need an explicit json parse here. jQuery
|
// Not sure why, but we need an explicit json parse here.
|
||||||
var results = $.parseJSON(xhr.responseText),
|
var results = $.parseJSON(xhr.responseText),
|
||||||
filteredResults = customForm.filterAcResults(results);
|
filteredResults = customForm.filterAcResults(results);
|
||||||
customForm.acCache[request.term] = filteredResults;
|
customForm.acCache[request.term] = filteredResults;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue