Btw, just for the records, someone can achieve that by deleting the
record from the database table, so a reload won't find it there --of
course, using a mysql view over a flags column, that means physically
not deleting the record but just seeting the flags column.
Cheers,
Daniel
On 11/10/15 19:2
Hello,
there is no field in the database table to store the flags. It would not
be hard to add one and load it. Writing back wouldn't make sense much,
as one can write to database directly (like it is done for dispatcher).
Open a (feature request) issue on the tracker not to forget about it.
Che
Hey Guys,
I was wondering how does enable/disable flag for uac registration gets
persistence, since I could not spot it in the mysql tables. Is that just
temporary in-memory and on next restart/refresh does not longer take effect?
Thanks,
DanB
___