History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: DOTCMS-1807
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: dotCMS User
Reporter: Maria Bouza
Watchers: 0
Available Workflow Actions

Assign for Code Review
Operations

If you were logged in you would be able to see more operations.
dotCMS

Add Tags as array in Content Map file

Created: August 11, 2008 11:41 AM   Updated: March 19, 2010 10:52 AM
Component/s: a. Unknown
Affects Version/s: 1.6.0.9
Fix Version/s: 2.0

Time Tracking:
Not Specified


 Description  « Hide
In the Content Map file we save the Tags for each content object as a string.
It would be nice to have it also as an array so they can be accessed separately.

This is how we save them now:

##Set Field Tags properties
#set($_dummy = $!content.put("tags", $UtilMethods.evaluateVelocity($UtilMethods.restoreVariableForVelocity('dotcms, packt publishing, award'), $velocityContext)))

this is how we could also save them

##Set Field Tags properties
#set($_dummy = $!content.put("tagsList", ["dotcms","packt publishing","award"] )




 All   Comments   Work Log   Change History   Subversion Commits   FishEye      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.