VIVO-65. for property groups, edit form was incorrect
This commit is contained in:
parent
d74176f18d
commit
f3acf5afe6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class ListPropertyGroupsController extends FreemarkerHttpServlet {
|
||||||
publicName = publicName.replace("\"","\\\"");
|
publicName = publicName.replace("\"","\\\"");
|
||||||
publicName = publicName.replace("\'","\\\'");
|
publicName = publicName.replace("\'","\\\'");
|
||||||
try {
|
try {
|
||||||
json += "{ \"name\": \"<a href='./editForm?uri="+URLEncoder.encode(pg.getURI(),"UTF-8")+"&controller=Classgroup'>" + publicName + "</a>\", ";
|
json += "{ \"name\": \"<a href='./editForm?uri="+URLEncoder.encode(pg.getURI(),"UTF-8")+"&controller=PropertyGroup'>" + publicName + "</a>\", ";
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
json += "{ \"name\": \"" + publicName + "\", ";
|
json += "{ \"name\": \"" + publicName + "\", ";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue