Issue 2551103
Created on 2020-11-13 03:19 by rouilj, last changed 2022-09-12 22:32 by rouilj.
msg7026 |
Author: [hidden] (rouilj) |
Date: 2020-11-13 03:19 |
|
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.
|
msg7274 |
Author: [hidden] (rouilj) |
Date: 2021-06-10 01:48 |
|
See also issue685275 for other uses for options.
|
|
Date |
User |
Action |
Args |
2022-09-12 22:32:25 | rouilj | set | resolution: remind |
2022-01-28 21:58:06 | rouilj | set | title: roundup-admin specification should show protected properties -> roundup-admin specification should show protected properties (options/pragma for roundup-admin) |
2021-06-10 01:48:25 | rouilj | set | keywords:
+ StarterTicket |
2021-06-10 01:48:13 | rouilj | set | messages:
+ msg7274 |
2020-11-13 03:19:51 | rouilj | create | |
|