Install a clean Joomla 3.7 Alhpa 2
Go to Joomla Backend -> com_contact -> Fields -> Choose "Mail" (left from the search) -> New -> Choose Type "Text" -> Title e.g. "Test input field"
If you do this steps correctly, then everything works a excepted and you have an additional field in your Contact Form(please don't forget to fill out the Mail Field, to see the Contact Form in the Frontend).
If you now Create a Field Group with in com_contact and Assign my Field "Test input field" to this new Group, then the Additional input field is disabled and you can't type your text in this field in the frontend anymore.
Joomla 3.7 Alpha 2
PHP 7.0.9
MariaDB
Labels |
Added:
?
|
@ufuk-avcu is this fixed with the pr #13676? Can you please test it again with the latest staging. Thanks.
Tested with latest staging and master, Issue isn't fixed.
My fault: Permissions "Public > Edit Custom Field Value" was Default on "Not Allowed". Changing on "Allowed" now works.
Tested it again with the staging from today. After i changed the Permissions like @franz-wohlkoenig suggested, the frontend submission works now. Maybe we should consider, to change this default setting...
In DPFields I'v defaulted it to allowed. Don't know if this behavior should be done for the core as well?
ACL settings always have to default to disallow if not explicitely allowed.
By default, fields rightfully should not be allowed to be changed in most cases. At least for public.
You will want it only for the mail in com_contact and in the registration of users. In all other cases, there should be at least a registered user or even hight (eg author).
But then, you can't even set com_contact to allow it for public, because you don't want that for the contacts itself, only for the mail.
Good luck trying to set sane default values for that.
Title |
|
There are now Issues about "field not editable" by experienced two People. Expecting more after 3.7-Release default should be allowed.
Category | ⇒ | com_fields |
Can we close this issue as it looks like it is fixed, or?
Title |
|
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-01 12:49:54 | ||||
Closed_By | ⇒ | franz-wohlkoenig |
Title |
|
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/13753
This should already be fixed with #13676. Can you try with a current staging?