Jonas Nieberle

Results 8 comments of Jonas Nieberle

I think it would be very useful if netbox support easier usage of the jobs for plugins. Im actually trying to implement a job for a plugin, it's very tricky...

I think it would be very useful if you implement this feature. I struggled the last 15 minutes to select 10 object types. You have to press the Strg key...

Ok, yeah you're right 100+ check boxes aren't good to handle. An what about the same method like the filter methods: ![image](https://github.com/netbox-community/netbox/assets/100405740/ece6fd29-9cfb-4144-b92e-7a0a8df666bd) You can search for the object and can...

> Did we ever decide on which field we should use for this? I am kind of coming around to @abhi1693's idea as any other could get rather messy with...

@jeremystretch Im not familar with developing in netbox, but I can try :) At first look, it looks like that's only a change in the forms of the permission object.

Today I checked the forms.py for the ObjectPermission. So that's the actual python code: ``` object_types = ContentTypeMultipleChoiceField( label=_('Object types'), queryset=ObjectType.objects.all(), limit_choices_to=OBJECTPERMISSION_OBJECT_TYPES, widget=forms.SelectMultiple(attrs={'size': 6}) ) ``` If Im right you...

@jnovinger yes that's right, but it only works at system --> config. Navigate to Configuration History --> click on the ID of a config-revisions and then you see it. Thats...

@jnovinger Im not very familar with software development and alle processes with github / branching ... etc. I think it's just adding the "|json" statement to the code which I...