Skip to content

Commit

Permalink
Fixing #1981 -- Fixing where the edit button didn't work for pages an…
Browse files Browse the repository at this point in the history
…d Assets (#1985)

* Fixing #1981 -- Fixing where the edit button didn't work for pages and assets
  • Loading branch information
klcodanr authored and badvision committed Jul 22, 2019
1 parent 9796919 commit 7e46367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)

### Fixed
- #1979 - DialogResourceProviderFactoryImpl slows down bundle deployment
- #1980 - Fixing error when not using redirect map file
- #1981 - Fixing Redirect Map Manager issue where the edit button didn't work for pages and Assets
- #1993 - DialogProvider now supports styles for Dialog and Page dialogs

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<button is="coral-button" icon="delete" iconsize="S" ng-click="removeAlert(entry.id)"></button>
</div>
<div ng-switch-default>
<button is="coral-button" icon="edit" iconsize="S" ng-click="openEditor(entry.id)"></button>
<button is="coral-button" icon="edit" iconsize="S" ng-click="openEditor(entry.origin)"></button>
</div>
</div>
</td>
Expand Down

0 comments on commit 7e46367

Please sign in to comment.