Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1.0.0
-
None
Description
If you say:
<t:grid t:id="projectRequests" row="project" include="created,name,title" add="action">
You don't see the action column.
You have to currently:
<t:grid t:id="projectRequests" row="project" include="created,name,title,action" add="action">
That doesn't make sense. The add should take effect after the include.