Reset fetch status when disabling an access
Currently, when we disable an access, we just set a boolean to false
in the database, which allows to filter out the access during the poll and disable some actions in the client. However, I am working on displaying the fetch status in the client, and I was wondering whether we should delete (or reset) the fetch status when disabling an access: it indeed does not make sense to keep the fetch status displayed for disabled accesses.
I am thinking of resetting the fetch status when disabling an access to make the client code simpler (ie only make the displays depend on the fetch status and not on fetch status and enabled status). @all what do you think of this ?