Closed ohadlevy closed 3 years ago
:expired_on_input_field and :expired_on_field are to enable the field in the view. If this plugin is installed then by default the fields are shown, then we can remove these two fields.
:after: is also can remove and hardcode in overrides.
Actually this is one time edit so we kept in yaml file. If keeping these settings in settings objects, then will move. Please confirm so that i will work on it
@nagarjuna I tend to think its best to put in it the db (we already support that - see other plugins for examples?)
thanks!
@ohadlevy can i add Expiry Hosts subtab in settings and add all settings under that subtab?
yes, this happens automatically when you have your own setting sub class
On Mon, May 11, 2015 at 3:07 PM, Nagarjuna Rachaneni < notifications@github.com> wrote:
@ohadlevy https://github.com/ohadlevy can i add Expiry Hosts subtab in settings and add all settings under that subtab?
— Reply to this email directly or view it on GitHub https://github.com/ingenico-group/foreman_expire_hosts/issues/2#issuecomment-100887403 .
@ohadlevy If i want to add setting default value as blank it is not supporting. example :notify_emails: must be string with coma(,) separated and default is blank. How can i do this ?
Deprecated repo, see https://github.com/theforeman/foreman_expire_hosts
Hi,
just wondering, out of the below example (copied from the readme) - why do we need settings like
I would assume other positioning objects (like after) is even not really going to be used by users?
Also, I think the best thing would be to move these settings into proper settings objects, then they could be edited under settings and not require application restart?