User tests: Successful: Unsuccessful:
Form field menuitem doesnt indicate language of an item.
This PR could conflict with #7148
I wanted to add flag picture but choosen dont allow that :/
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Administration UI/UX |
Easy | No | ⇒ | Yes |
You right, not noticed multilang already cached.
I have tested this item successfully on 0783009
I have tested this item successfully on 0783009
I have tested this item successfully on 0783009
Test is sucsessfull. But why do you get a.published you donĀ“t use?
I have tested this item successfully on 0783009
Test is successful - code could be improved a bit (you added a.published, which you don't use)
Status | Pending | ⇒ | Needs Review |
@rdeutz please make a decision if this can be merged regardless of the unnecessary select
Category | Administration UI/UX | ⇒ | Administration Multilanguage UI/UX |
Status | Needs Review | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-06 10:04:18 |
Closed_By | ⇒ | Devportobello |
No use to define a new variable
$multilangIsEnabled = JLanguageMultilang::isEnabled();
Please use the existing
JLanguageMultilang::isEnabled()
directly.