Skip to content

Commit

Permalink
Merge pull request #3613 from ZitaNemeckova/replace_miqrequired
Browse files Browse the repository at this point in the history
Replace miqrequired with required
  • Loading branch information
mzazrivec committed Mar 14, 2018
2 parents 3242ad1 + b5e472f commit 00f88f3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -29,9 +29,9 @@
"id" => "object_request",
"name" => "object_request",
"ng-model" => "scheduleModel.object_request",
"miqrequired" => "",
:required => true,
"checkchange" => ""}
%span.help-block{"ng-show" => "angularForm.object_request.$error.miqrequired"}
%span.help-block{"ng-show" => "angularForm.object_request.$error.required"}
= _("Required")
%div
Expand Down

0 comments on commit 00f88f3

Please sign in to comment.