Ticket #1248 (closed: fixed)
Allow property values to be changed at runtime
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Cache properties read from the properties files so that they can be changed at run time. Before shutdown, update the user properties with those values that have changed.
Change History
comment:11 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to testing
- Resolution set to fixed
comment:12 Changed 10 years ago by Martyn Gigg
- Status changed from testing to reopened
- Resolution fixed deleted
comment:13 Changed 10 years ago by Martyn Gigg
comment:14 Changed 10 years ago by Martyn Gigg
- Status changed from reopened to testing
- Resolution set to fixed
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2095
Note: See
TracTickets for help on using
tickets.
(In [4492]) Allow property values within the ConfigService to be changed at run time. Added a function to save the current configuration to a file. Re #1248