Skip to content

Commit

Permalink
Allow apostrophes in custom button names
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed Nov 29, 2018
1 parent 4ca6284 commit 4f7e103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/dialogs/_dialog_user.html.haml
Expand Up @@ -25,7 +25,7 @@
ManageIQ.angular.app.value('dialogId', '#{dialog_id}');
ManageIQ.angular.app.value('finishSubmitEndpoint', '#{finish_submit_endpoint}');
ManageIQ.angular.app.value('apiSubmitEndpoint', '#{api_submit_endpoint}');
ManageIQ.angular.app.value('apiAction', '#{html_escape(api_action)}');
ManageIQ.angular.app.value('apiAction', '#{j_str(api_action)}');
ManageIQ.angular.app.value('cancelEndpoint', '#{cancel_endpoint}');
ManageIQ.angular.app.value('openUrl', '#{open_url}');
miq_bootstrap('.wrapper');

0 comments on commit 4f7e103

Please sign in to comment.