Same at Article.
Select Language enabled
Select Language disabled
php: Linux lamp121.cloudaccess.net 2.6.32-673.8.1.lve1.4.3.1.el6.x86_64 #1 SMP Thu May 5 16:06:47 EDT 2016 x86_64
dbserver: mysql
dbversion: 5.7.29-cll-lve
dbcollation: utf8_general_ci
dbconnectioncollation: utf8mb4_general_ci
dbconnectionencryption:
dbconnencryptsupported: true
phpversion: 7.3.19
server: Apache
sapi_name: cgi-fcgi
version: Joomla! 4.0.0-beta4-dev Development [ MaƱana ] 29-July-2020 18:21 GMT
useragent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:80.0) Gecko/20100101 Firefox/80.0
Clean install J3 Select Language is enabled in Frontend.
Labels |
Added:
?
|
This is intentional and same as in J3:
joomla-cms/components/com_config/view/modules/tmpl/default.php
Lines 33 to 37 in 4e2a6e0
Although done in a totally wrong way.
Although done in a totally wrong way.
Could you elaborate?
Thanks @infograf768 @SharkyKZ for Information.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-01 06:53:33 |
Closed_By | ⇒ | Formatio-hippocampi |
Good time to do it in the right way.
@infograf768 First, forms shouldn't never be manipulated in the view. This should be done in the controller or the model. Otherwise changes are not reflected when validating. Secondly, setting readonly
attribute even in the right place doesn't prevent field modification. Value can still be manipulated through DOM. In general form validation is broken all over
We should do something.
It is an important piece of information to know to which language the module was tagged when editing it. Or the article.
Status | Closed | ⇒ | New |
Closed_Date | 2020-09-01 06:53:33 | ⇒ | |
Closed_By | Formatio-hippocampi | ⇒ |
Reopen for "do it in the right way".
@Formatio-hippocampi
This issue should not be re-opened as its description is not related to the issue described by @SharkyKZ
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-01 07:28:18 |
Closed_By | ⇒ | Formatio-hippocampi |
. In general form validation is broken all over
I've said that for two years but no one listens
Is your J4 site set as multilingual?