User tests: Successful: Unsuccessful:
Create a form with a modal category field
To test the issue you can change the file
administrator/components/com_content/models/forms/article.xml
45: <field name="catid" type="categoryedit"
45: <field name="catid" type="modal_category"
and open an article
When you click on the select button the modal popup should open
When you click on the select button nothing happens
see
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Labels |
Removed:
?
|
I have just send you a codestyle fix for the both whitespaces. Thanks.
@eshiol I can not exactly follow your issue.
I have just add your code but it end up with see:
This is with and without the patch and i used this code:
<field name="category123" type="modal_category" label="category123" labelclass="control-label" edit="false" addfieldpath="/administrator/components/com_contact/models/fields" />
hmm i still go the same view as above and no select box?
I have tested this item successfully on f021280
Thanks @eshiol I go it. (I will update the instructions in the first post)
Works good now on my end.
Category | ⇒ | Administration Libraries |
Rel_Number | 0 | ⇒ | 8180 |
Relation Type | ⇒ | Pull Request for | |
Easy | No | ⇒ | Yes |
Title |
|
Just my CS Pull needs now to be merged that Travis will be happy with your code ;)
This PR has received new commits.
CC: @zero-24
I have tested this item successfully on 978e513
Works fine for me!
I have tested this item successfully on 978e513
Milestone |
Added: |
||
Status | Pending | ⇒ | Ready to Commit |
RTC thanks
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-31 22:39:58 |
Closed_By | ⇒ | roland-d |
Labels |
Removed:
?
|
Thanks @eshiol i have just copied your instructions in here. Thanks.