Tag <inp2:c_Field ../> returns incorrect info.
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Activity
Show:
Former user October 3, 2009 at 12:56 PM
Closing issues from 5.0.0 version, because version was already released.
Alex June 17, 2009 at 3:47 PM
Fix committed to [b]RC branch/b. Commit Message:
1. Fixes #0000093: Tag <inp2:c_Field ../> returns incorrect info.
2. Fixed in other way: now category is always returned, but when "page" or "-virtual" special is used, then cms page is returned.
Fixed
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
93
External issue URL
Fix versions
Affects versions
Created June 17, 2009 at 2:39 PM
Updated December 29, 2024 at 9:33 PM
Resolved October 3, 2009 at 12:56 PM
Currently tag <inp2:c_Field name="Name"/> returns name of CMS-page, not a current category user is located in. This results in incorrect category-related permission checks and incorrect category fields information displayed in various places around theme.
I propose to use <inp2:c.current_Field .../> tag in places, where we need to work with current category. Such functionality already exists, we only need to apply it in default2009 theme.