Skip to content

Commit

Permalink
Fixed overrides tab save button
Browse files Browse the repository at this point in the history
  • Loading branch information
obct537 committed Oct 18, 2017
1 parent d9e87d0 commit fb53a06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -14,7 +14,8 @@ New features:

Bug fixes:

- * Add items here *
- Fixed resource registry override tab's Save button being disabled
[obct537]


2.6.1 (2017-10-03)
Expand Down
4 changes: 2 additions & 2 deletions mockup/patterns/resourceregistry/js/overrides.js
Expand Up @@ -33,8 +33,8 @@ define([
'<% if(view.editing){ %>' +
'<p class="resource-name text-primary"><%- view.editing %></p> ' +
'<div class="plone-btn-group">' +
'<button class="plone-btn plone-btn-primary plone-btn-xs disabled"><%- _t("Save") %></button> ' +
'<button class="plone-btn plone-btn-default plone-btn-xs disabled"><%- _t("Cancel") %></button>' +
'<button class="plone-btn plone-btn-primary plone-btn-xs" disabled><%- _t("Save") %></button> ' +
'<button class="plone-btn plone-btn-default plone-btn-xs" disabled><%- _t("Cancel") %></button>' +
'<button class="plone-btn plone-btn-danger plone-btn-xs"><%- _t("Delete customizations") %></button>' +
'</div>' +
'<% } %>' +
Expand Down

0 comments on commit fb53a06

Please sign in to comment.