User tests: Successful: Unsuccessful:
Create Categories on-the-fly on Weblink edit form
Apply patch
Go to Administrator -> Components -> Weblinks ->Link
Click "New"
Enter link details
on category list, enter a new category name and press "Enter"
(work like the cms feature for content,contact, ect)
what is supposed to be the correct CS ?
... i always fight with CS/travis etc..... cause i'm lazy
@alikon http://joomla.github.io/coding-standards/?coding-standards/chapters/xml.md
So in this case
<field
name="catid"
type="categoryedit"
extension="com_weblinks"
label="JCATEGORY"
description="COM_WEBLINKS_FIELD_CATEGORY_DESC"
required="true"
allowAdd="true"
default=""
/>
I have tested this item
After applying the patch, I am able to add categories when editing/creating a weblink.
I guess we should implement ACL checks like: joomla/joomla-cms#11244
I think after the last changes we can go with the ACL fixes?
@zero-24 can you be more detailed ?
if i'm not missing something, and this is probable, joomla/joomla-cms#11244 is adopted....
Yes. I want to say we should merge here ;)
I have tested this item
I have tested this item✅ successfully on 6e425b7
Works as expected. Thank you Nicola for your work :-)
This comment was created with the J!Tracker Application at issues.joomla.org/weblinks/252.