Ticket #1828 (closed enhancement: fixed)
Implement getGlobal & getLocal in namespaces
Reported by: | bruno | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.7 |
Component: | module:core | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description
'seems that english tickets are preferred, so let's go :)
The namespaces do not offer an easy way to retrieve a global or a local setting.
Workspaces have been updated to provide getLocal and getGlobal methods in addition to get() which takes the most relevant of both, namespaces should also provide these 2 methods.
Change History
comment:1 Changed 12 years ago by bruno
- Summary changed from Implement getGlobal & getLocal to namespaces to Implement getGlobal & getLocal in namespaces
comment:2 Changed 12 years ago by Dsls
- Status changed from new to closed
- Resolution set to fixed
(In [62775923ddff]) Added getGlobal and getLocal methods to dcNamespace, closes #1828
Note: See
TracTickets for help on using
tickets.