Can anyone suggest how to best view the most recent edits to mingle cards?
Ideally I want to see cards ordered by last modified and who modified them.
Many Thanks
Can anyone suggest how to best view the most recent edits to mingle cards?
Ideally I want to see cards ordered by last modified and who modified them.
Many Thanks
Comments
1 comment
One way to do that is creating a table on one of you wiki page using Mingle table marco and predefined properties:"modifed by", "modified on".
{{
table
query: SELECT number, name, "modified on", "modified by" WHERE "modified on" > "10 Oct, 2011" order by "modified on" desc
}}
Please make sure you use resonable condition to limit the number of cards which are going to be displayed. It is not a good idea to ask Mingle to display hundreds of cards on one page. (Not nice for you to read the table, not friendly to your Mingle performance)
Please sign in to leave a comment.