User tests: Successful: Unsuccessful:
Pull Request for Issue #22216.
Adds prefix to categories created on the fly to allow creating categories starting with numbers.
A new category is created and assigned to the article
The old category from 1 is assigned
New Categoryedit
field property added.
Categories created on the fly contain #new#
prefix.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_categories com_content Language & Strings JavaScript |
Labels |
Added:
?
?
|
Category | Administration com_categories com_content Language & Strings JavaScript | ⇒ | Administration com_categories com_content JavaScript |
Should be OK now.
Category | Administration com_categories com_content JavaScript | ⇒ | Administration com_banners com_categories com_contact com_content com_newsfeeds JavaScript |
Title |
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
@bembelimen can you confirm that this fix your problem?
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-22 20:54:02 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
|
thx
Sorry I just came across this. Isn't this a b/c break for people using com_categories because they need to change their models (like we had to in com_content). I think the component specific ones in banners and contact is fine) but not the com_categories one which is generic
OK makes sense - missed that - thanks!
On second thought this could be a B/C break for those programatically adding articles using the model. If using category title, it must now contain
#new#
prefix or else saving fails. Thoughts?