silverstripe-framework/admin
Ingo Schommer 1e478a5378 Consistently set 'id' in FormSchema
The URL to request the schema representation is the unique identifier.
We can't default to $request->getURL() since that's different for form submissions.

The schema.schema_url key is redundant, since the identifier is already contained on the top level 'id' key.
Keeping schema_url in a schema itself makes it less portable, particularly once we transition into
generic schemas which are not reliant on a particular record context (that's only contained in the schema_url)

This also fixes the issue of form schemas not refreshing after submit,
e.g. when form fields are added or removed.
2016-10-20 15:33:50 +13:00
..
client Consistently set 'id' in FormSchema 2016-10-20 15:33:50 +13:00
code Consistently set 'id' in FormSchema 2016-10-20 15:33:50 +13:00
templates/SilverStripe Adjust CSS for top toolbar split for Pages section 2016-10-18 14:22:03 +13:00
tests FIX: Graceful degradation if obsolete classnames in ChangeSetItem (fixes #6065) 2016-09-23 12:28:32 +12:00
themes API Add bootstrap button row template 2016-09-21 15:59:12 +12:00
thirdparty Remove Layout 2016-10-11 13:45:08 +13:00
_config.php API Moved frontend assets into admin/ "module" 2016-09-16 13:46:06 +12:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00