NIHVIVO-646 Fixed reordering bug in Javascript
This commit is contained in:
parent
71f1b8001b
commit
9b4ce17b1b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class PrimitiveDelete extends PrimitiveRdfEdit {
|
|||
|
||||
if( !hasPermission ){
|
||||
//if not okay, send error message
|
||||
doError(response,"Insufficent permissions.",HttpStatus.SC_UNAUTHORIZED);
|
||||
doError(response,"Insufficent permissions.", HttpStatus.SC_UNAUTHORIZED);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue