User tests: Successful: Unsuccessful:
As discussed here #12703 there is no point at all in having captcha as a custom field type. And even if you have it the way fields is coded it doesnt work as th display in admin and required fields do not work
this PR removes the captcha field type from the list of custom field types that can be created
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Administration Components |
Perfect.
For a none developer you do handle git very well!!
Category | Administration Components | ⇒ | com_fields Libraries |
I have tested this item
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-04 09:12:28 |
Closed_By | ⇒ | rdeutz |
Thanks
It would be better to remove on this line https://github.com/joomla/joomla-cms/blob/staging/libraries/cms/form/field/captcha.php#L17 the code
implements JFormDomfieldinterface
. Then you don't need to add it to the blacklist which is a workaround anyway.