C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-2 #418
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2020-049-Add-the-ability-for-PROMS-to-remember-the-procedure-tabs-that-were-open-when-you-closed-PROMS-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PROMS now remembers which procedures are open in the PROMS edit window and reopen them after the application is closed and re-opened. PROMS remembers the open procedures for every user.
code changes look goo.
Looks good --- one long term question: We are Deactivating Tabs (i.e. setting DisplayTabTmp.Active = 0) but will records forever remain in that table?
If we never clean it out, over time if the table becomes huge, will there be performance issues?
Not sure if this could be a concern or not, but figured I would mention it in case.
One possibility (to make sure the table does not grow exponentially over time) would be in:
DeactivateStateDisplayTabTmp.sql
at the beginning before setting all to Inactive, if Tabs are already inactive for the user, and older than a week or two, could delete them from the table....
likely other options as well - just one that came to mind if this could be a concern.