Skip to content

Commit

Permalink
fix for modular page modal #529
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Apr 28, 2016
1 parent 12ca443 commit 7463bad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

1. [](#bugfix)
* Fixed handling of `{'loading':'async'}` with Assets Pipeline
* Fix for new modular page modal `Page` field requiring a value [#529](https://github.com/getgrav/grav-plugin-admin/issues/529)

# v1.1.0-beta.2
## 04/27/2016
Expand Down
2 changes: 0 additions & 2 deletions system/blueprints/pages/modular_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ form:
classes: fancy
data-options@: '\Grav\Common\Page\Pages::parents'
data-default@: '\Grav\Plugin\admin::route'
options:
'': PLUGIN_ADMIN.DEFAULT_OPTION_SELECT
validate:
required: true

Expand Down

1 comment on commit 7463bad

@rhukster
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.