User tests: Successful: Unsuccessful:
Pull Request for Issue #23696
Related and already merged fix: #23501
I think this is a better alternative fix to #23700 ?
Install a J4 nightly build of today (Monday, 28 January 2019) or update an older J4 with that package
Go to menu items manager in back-end.
Open Home menu item (type "Articles > Featured Articles")
Save it.
Error like described in #23696 (comment)
Apply patch
Try again to save the menu item.
Should be successful.
Status | New | ⇒ | Pending |
Category | ⇒ | Unit Tests Repository External Library Composer Change Libraries |
Labels |
Added:
?
?
?
|
Labels |
Removed:
?
?
|
Category | Unit Tests Repository External Library Composer Change Libraries | ⇒ | Libraries |
I have tested this item
Saving of articles works, too. After reverting pr #23501
I have tested this item
why revert #23501 ?
Because I could create/save Articles, too, after reverting ONLY these lines of #23501:
// Remove show_associations field if associations is not enabled
if (!$assoc)
{
$form->removeField('show_associations', 'attribs');
}
So, I think that we don't need the additional fix in 23501 anymore with this pr here. Wasn't that one of the purposes of the discussion about "hardcoded field names"?
And the show_associations field is not displayed in a mono-lang page in article edit form.
Category | Libraries | ⇒ | Administration com_content Libraries |
PR Amended
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-06 07:09:40 |
Closed_By | ⇒ | Bakual |
Need the same in
filter()
.