Recent Edits: Resource Created event has Editor: None
Opened this issue · 3 comments
whatisgalen commented
chiatt commented
The DEFAULT_RESOURCE_IMPORT_USER
should be used when the user is not known (as is the case for some cli operations).
whatisgalen commented
perhaps it ought to be used but as far as I can tell it wasn't being used. The settings.py in my project had an identical setting to the arches default, i.e. DEFAULT_RESOURCE_IMPORT_USER = {'username': 'admin', 'userid': 1}
whatisgalen commented
I haven't recreated it recently so this is just a guess but maybe this is the reason a userid doesn't get set?