jferrandis
7 years agoExpert
getting current status of an idea lis filtered by status
Hello everyone, I had to make a custom component which filter the idea exchange page by status and i want to add a link remove the filter, like in label. Example : my idea exhange page has...
- 7 years ago
You Can try this piece of code.
<#assign selectedFilter = webuisupport.path.parameters.name.get("status-key") >
<br>
STATUS ID-- ${selectedFilter.id}<br>
STATUS KEY -- ${selectedFilter.key}
<br>
STATUS NAME -- ${selectedFilter.defaultName}