Re: [SR-Users] Persistence of enable/disable for uacreg

2015-10-13 Thread Daniel-Constantin Mierla
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

Re: [SR-Users] Persistence of enable/disable for uacreg

2015-10-11 Thread Daniel-Constantin Mierla
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

[SR-Users] Persistence of enable/disable for uacreg

2015-10-11 Thread DanB
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 ___