Error should be reported when only a space is entered
In the Create Role page, enter a space in the name input box, no error is reported. Change-Id: I3885548f86a0404d362aabd46aa09537955e3512 Closes-Bug: #1804585
This commit is contained in:
parent
fb1a129ee2
commit
9c4d2bbfd7
@ -85,7 +85,7 @@
|
||||
|
||||
function perform() {
|
||||
getRoles();
|
||||
var model = {name: ''};
|
||||
var model = {};
|
||||
|
||||
var config = {
|
||||
title: gettext('Create Role'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user