#230 closed enhancement (fixed)
Fix/improve coding relating to various "state"/presparam INI keys
Reported by: | John Small | Owned by: | John Small |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.11 |
Component: | fm/2 base | Version: | |
Keywords: | Cc: |
Description (last modified by )
FM2_Temp.*
- These keys are used when the "Quick" settings page is used to reset a configuration en masse to a pre-defined configuration.
- These keys are supposed to be created, used in a RestoreDirCnrState and then immediately deleted.
- The RestoreDirCnrState is not always being called and these keys are not always being deleted.
A default set of presparams for directory containers:
- Some of the presparams are saved using keys without a common prefix, some are saved with a prefix of DirCnr and some are saved both ways!?
The goals for this ticket:
- make sure the FM2_Temp.* keys are used and deleted correctly
- save and use default directory container presparm INI keys in a consistent manner.
- add some miscellaneous missing saves or restores of various state-related INI keys.
Attachments (1)
Change History (9)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
comment:3 by , 17 years ago
comment:4 by , 17 years ago
Milestone: | Release_3.10 → Release_3.11 |
---|
comment:5 by , 17 years ago
The INI file keys used for default directory container settings now use a "DirCnr." prefix. (Changeset 997).
by , 17 years ago
Attachment: | cleanup.cmd added |
---|
REXX program to delete or rename obsolete FM/2 INI file keys.
comment:6 by , 16 years ago
Milestone: | Release_3.11 |
---|
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 by , 16 years ago
Milestone: | → Release_3.11 |
---|
Note:
See TracTickets
for help on using tickets.
Changes have been committed. Awaiting feedback.