Clicking on article title should show inserted field value.
Clicking on article title show field name as (field --}
Status | New | ⇒ | Confirmed |
Hello...Any update on this...? When this will be fixed...?
@esskay303 if there is a Developer having free Time for fixing this Issue. Maybe @laoneo or @Bakual in this Case, but its their Decision on what Issue they are willing to work.
I guess a event is not triggered correctly.
The problem is how the "Show Unauthorized" thing is working. If that parameter is active, then the layout only displays the introtext hardocded. See https://github.com/joomla/joomla-cms/blob/staging/components/com_content/views/article/tmpl/default.php#L135
The plugin event however doesn't act on the introtext, it acts on the $item->text
property in the view class. See https://github.com/joomla/joomla-cms/blob/staging/components/com_content/views/article/view.html.php#L166-L177
So if someone wants to take and fix that, he needs to refactor the "Show Unauthorized" feature so it uses the text property or triggers the evens on the introtext.
Any update on this? When it is likely to be fixed?
@esskay303 if there is a Developer having free Time for fixing this Issue.
If somebody can give me raw code I will test it thoroughly...
me too, @esskay303
Closing as there is a a PR for testing. Thanks.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-19 07:51:18 |
Closed_By | ⇒ | zero-24 |
Unfortunately after updating to 3.8.1 this problem has again popped up...
@esskay303 please open a new Issue as Comments on closed Issues didn't get much Notice.
I can confirm the problem on Joomla! 3.7.1-dev (nightly Build)