NIHVIVO-143 Front end deletion of moniker through the "delete" link: added cmd="delete" to query params
This commit is contained in:
parent
1273717a14
commit
79c46a4aec
1 changed files with 2 additions and 1 deletions
|
@ -364,7 +364,8 @@ public class PropertyEditLinks extends TagSupport{
|
|||
"subjectUri", subjectUri,
|
||||
"predicateUri", predicateUri,
|
||||
"datapropKey", dpropHash,
|
||||
"vitroNsProp", "true");
|
||||
"vitroNsProp", "true",
|
||||
"cmd", "delete");
|
||||
ls.setHref(url);
|
||||
ls.setType("delete");
|
||||
ls.setMouseoverText("delete this text");
|
||||
|
|
Loading…
Add table
Reference in a new issue