Version 2.0.9 Using auth.signature, how can I resent is_active back to true?
In appadmin I can see the records where is_active is set to False, and even edit them. But if I check is_active and submit the record, the value does not change. Similarly, using ignore_common_filters, I can create an index page that shows the inactive records, along with an edit function that seems to give me access to the is_active field. But when I check the is_active field and submit the page, the value does not change. In the past I have implemented something like a trash can using the is_active field. The only difference is that users were not allowed to actually delete items in the trash. I would like to do this again. How can I make this happen? --