irods / python-irodsclient

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

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

Closed paulborgermans closed 3 days ago

paulborgermans commented 4 days 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 4 days ago

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

alanking commented 3 days ago

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