-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Update API to reflect changes in silverstripe/framework #479
API Update API to reflect changes in silverstripe/framework #479
Conversation
71564cc
to
5b11b53
Compare
5b11b53
to
e6bb1fe
Compare
@@ -26,29 +23,6 @@ | |||
*/ | |||
class VersionedGridFieldItemRequest extends GridFieldDetailForm_ItemRequest | |||
{ | |||
public function Breadcrumbs($unlinked = false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done via the template for all LeftAndMain
breadcrumbs now instead.
* | ||
* @return array|null | ||
*/ | ||
protected function getRecordStatus() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in Versioned::updateStatusFlags()
instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in GridFieldDataColumns
directly instead
e6bb1fe
to
ad92c53
Compare
Reflects changes in silverstripe/silverstripe-framework#11460 and silverstripe/silverstripe-cms#3022
Issue
SiteTree
inCMSMain
silverstripe-cms#2947