User tests: Successful: Unsuccessful:
Pull Request for Issue #37772 .
UPDATE: see PR #37849 removing the inlinehelp attribute availability for form field xml element.
inline help global documentation, and form field attribute inlinehelp.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_config Layout Libraries |
I have tested this item
I checked components, modules, plugins. Everything works as stated. Thank you.
I know Github has a "tested with success or not" button, but each time a search it i can't found it easy... can you point me to the button, please?
@Valc That button is not on GitHub, it is in our issue tracker, e.g. for this PR on https://issues.joomla.org/tracker/joomla-cms/37819 . Use the blue “Test this” button at the top left corner, then select the right test result and the submit.
Labels |
Added:
?
|
I have tested this item
Tested following the test instructions. Com_config, com_content and some other core components and an own plugin work as described. Thank you!
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-05-18 19:14:20 |
Closed_By | ⇒ | bembelimen |
Nice solution, thx
Hi :)
After test your patch all is working as you explain: the views with 'Options' button that have not an "inlinehelp" are displaying the desc text.
At com_content pressing the "inlinehelp" is also working.
But at "com_config" >> "Options" with an "inlinehelp" button is failing: pressing it has no effect.
I know Github has a "tested with success or not" button, but each time a search it i can't found it easy... can you point me to the button, please?
For me is not working at all as is expected due at com_config is failing toggle it.
If i understand right this patch is not focused to solve the issue about editing modules than also lost the desc text: this one is also an
EDITED
Forgot it! at modules edition is also working like a charm! XD
![working](https://user-images.githubusercontent.com/417247/168980400-5f518f43-e732-4d69-92b9-ffce2fe5d857.png)
Other site module:
![working2](https://user-images.githubusercontent.com/417247/168981040-2fcf11e7-eb8e-4d55-98ce-9233695e07d3.png)
When my modules have selected "Hide Legends" only the Desc text is displayed:
![working3](https://user-images.githubusercontent.com/417247/168989299-dfc1a39d-455d-4181-a841-bf59c2536585.png)
![working4](https://user-images.githubusercontent.com/417247/168989303-a77530a4-563f-48b8-8401-d82caf796986.png)
And now all is working rightly again.
Regards, Valc.