Skip to content

Commit

Permalink
Delete a cms page displays blank page and reloads menu, fixed bug where
Browse files Browse the repository at this point in the history
page was still visible. closes #1013
  • Loading branch information
nadar committed Oct 23, 2016
1 parent b6b606e commit 314d387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The changelog contains informations about bug fixes, new features or bc breaking
- [#1002](https://github.com/luyadev/luya/issues/1002) Override the core commands method in the console application in order the provide the ability to use controllerMap variable for configurations in the applcation.
- [#1011](https://github.com/luyadev/luya/issues/1011) The ViewContext implementation for cmslayout rendering allows you now to render other templates inside a cmslayout.
- [#1044](https://github.com/luyadev/luya/issues/1044) Changing the cms permission force menu reload in order to fix bug with old menu permissions.
- [#1013](https://github.com/luyadev/luya/issues/1013) Delete a cms page displays blank page and reloads menu, fixed bug where page was still visible.

1.0.0-RC1 (04.10.2016)
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion modules/cms/src/admin/views/page/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</script>
<!-- /UPDATE REDIRECT FORM -->

<div ng-controller="NavController" ng-if="!isDeleted">
<div ng-controller="NavController" ng-show="!isDeleted">

<div class="cms">
<div class="cms__pages">
Expand Down

0 comments on commit 314d387

Please sign in to comment.