-
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
properly encode X-Status #438
Conversation
Co-authored-by: Maxime Rainville <[email protected]>
Co-authored-by: Guy Sartorelli <[email protected]>
…ature/stages-differ-recursive NEW: Stages differ recursive
…/deprecate-having API Deprecate Versions() having parameter
…V_BUILD_permission ENH add CAN_DEV_BUILD to non_live_permissions
has_one can now optionally have an array configuration to allow supporting multiple reciprocal has_many in a single has_one relation.
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.
Please remove these unneeded comment changes - then I'll be happy to merge.
/** | ||
* @param bool $unlinked | ||
* @return ArrayList | ||
*/ |
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.
/** | |
* @param bool $unlinked | |
* @return ArrayList | |
*/ |
This method is overridden, and inherits its PHPDoc. No need to duplicate it here.
@@ -42,6 +46,7 @@ public function Breadcrumbs($unlinked = false) | |||
$this->extend('updateBadge', $badge); | |||
|
|||
if ($badge) { | |||
/** @var ArrayData $lastItem */ |
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.
/** @var ArrayData $lastItem */ |
Not needed - we recently added generic typing to lists to handle this
Just noticed it's also targetting the wrong branch - please target this PR at |
@GuySartorelli i created another pr targeting the right branch turns out it's much easier :) |
Follow up of
silverstripe/silverstripe-admin#1640 (review)
Issues
silverstripe/silverstripe-framework#11105
silverstripe/silverstripe-admin#1639
Pull request checklist