Then that goes in the model Take a look at the default user model. It sets only certain fields as editable. You'll just need to adjust that based on the records created_at value and the current date.
Bob On Wednesday, October 24, 2012 7:44:50 PM UTC-4, Ricardo wrote: > > Actually, some fields need to be editable and others not. So for example I > can edit column1 and 2 today, and so can everyone else, but tomorrow only I > can edit column1 but not 2. > > El miércoles, 24 de octubre de 2012 06:25:21 UTC-6, Bob Sleys escribió: >> >> Does it need to be editable under those conditions always? IE in any >> location that field shows up to be edited and not just the table? If so >> then add it to the models permissions. >> >> Bob >> >> On Tuesday, October 23, 2012 6:33:40 PM UTC-4, Ricardo wrote: >>> >>> I'm using a table-plus and it's working great, but I need to be able to >>> say for example that one field is editable for me and everyone today, but >>> tomorrow it's editable only for me. How would you incorporate the if >>> condition into the table-plus? >>> >>> Thanks. >>> >> -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/oy60HSbjWf4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
