Login/Create an user who don't have access for core.edit.state
and check the published
form field
That's the difference I found and maybe related to PR #39379 and @dgrammatiko can help?
J4.2.10-dev
.form-select:disabled, .custom-select:disabled {
cursor: default;
background: #e8e8e8;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
J4.3.0-rc3-dev
.form-select:disabled, .custom-select:disabled {
cursor: default;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-09 13:43:34 |
Closed_By | ⇒ | heelc29 |
Will fixed by #40350
