[issue2551103] roundup-admin specification should show protected properties
John Rouillard <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from John Rouillard: The specification command in roundup-admin doesn't show protected properties. Also display is missing the protected properties as well. There should be some way to access actor, creation .... Either a different command (not really enthused about this) or add a new command option: option show-protected True/False that when enabled will make all command that deal with protected fields display them. Since this can be turned on and off it provides a way to manage the verboseness. It can probably just toggle the proper option in: self.options['show-protected'] Then this can be passed to cl.getproperties(protected=self.show-protected) replacing any cl.properties references. This is also maybe a good way to handle other visbility/options going forward (e.g. rather than export and exporttable we have: option export-files False export to produce the same operation as exporttables. Also consider implementing a -O flag to roundup-admin to set options on the command line for easier scripting. ---------- components: Command-line interface keywords: Effort-Low messages: 7026 nosy: rouilj priority: normal severity: normal status: new title: roundup-admin specification should show protected properties type: rfe versions: devel _________________________________________________ Roundup tracker <[email protected]> <https://issues.roundup-tracker.org/issue2551103> _________________________________________________