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:
pengyuesheng 2018-11-22 14:37:02 +08:00
parent fb1a129ee2
commit 9c4d2bbfd7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
function perform() {
getRoles();
var model = {name: ''};
var model = {};
var config = {
title: gettext('Create Role'),