Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Add functionality to delete object(s) from a collection #11120

Closed
magnesj opened this issue Jan 26, 2024 · 0 comments · Fixed by #11127
Closed

Python: Add functionality to delete object(s) from a collection #11120

magnesj opened this issue Jan 26, 2024 · 0 comments · Fixed by #11127
Assignees
Labels
Enhancement An addition that can be observed by the user Performance OpenMP, multihtreading, single threading issues Python Issue related to Python interface

Comments

@magnesj
Copy link
Member

magnesj commented Jan 26, 2024

We have support for add object and modification of an object. In some workflows it is required to delete one object or all objects in a container. In the current implementation, the project must be closed and the grid model must be imported again.

  • add support to delete a specified object from a container
  • Postponed : add support to delete all objects in a container

This will probably require a new message in PdmObject.proto and new functions in RiaGrpcPdmObjectService

@magnesj magnesj added Enhancement An addition that can be observed by the user Python Issue related to Python interface Performance OpenMP, multihtreading, single threading issues labels Jan 26, 2024
@magnesj magnesj added this to the Maintenance 2024 - Sprint 01 milestone Jan 26, 2024
@github-actions github-actions bot added the PendingRelease Issues is fixed and will be available in next release label Jan 29, 2024
@magnesj magnesj self-assigned this Jan 29, 2024
@magnesj magnesj removed the PendingRelease Issues is fixed and will be available in next release label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An addition that can be observed by the user Performance OpenMP, multihtreading, single threading issues Python Issue related to Python interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant