Hi.
I have no idea if this is possible. :)
I'm using multigroup to create a list for each user of things that cause them anxiety and the status of that thing. I've managed to get views working properly with this but my problem is my client wants a listing of issues whose statuses have been updated, or issues that have been added in say the past 48 hours.
As it is each user has anode name list where they can create this list. Obviously the list is built using multigroup, with two text fields in it being issue and status.
Is there a way to do what I mentioned above via CCK, Views, or another module(s)?
Comments
Comment #1
mcload commentedSubscribing
Comment #2
markus_petrux commentedOne possible approach would be to use a "Computed field" in the multigroup used to record the timestamp of the last updated time. Then you can probably create a view to filter for that field.
Making the issue as fixed because it is about an application of multigroup that may need additional custom development, or maybe even a completely different approach. You may want to use the development forums instead.
Comment #3
Passionate_Lass commentedThanks for the suggestion I'll check that out.
Comment #4
mcload commentedCreated a feature request for Field revisioning at http://drupal.org/node/520056