Merge "Error should be reported when only a space is entered"

This commit is contained in:
Zuul 2018-12-12 09:24:18 +00:00 committed by Gerrit Code Review
commit 5b5787b7c9
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'),