irods / python-irodsclient

A Python API for iRODS
Other
62 stars 73 forks source link

Admin mode metadata(admin=True) is not honored for apply_atomic_operations #576

Closed paulborgermans closed 4 months ago

paulborgermans commented 5 months ago

While implementing some workflows with bulk operations on metadata, we noticed that Admin mode is not working for atomic metadata operations.

The admin_mode parameter is actually not sent in the json message PR that fixes it for us follows

paulborgermans commented 5 months ago

PR: https://github.com/irods/python-irodsclient/pull/577

alanking commented 4 months ago

Thanks, @paulborgermans and @d-w-moore!