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

Deleted data object from classic ui still shown in studio ui #764

Open
heigpa opened this issue Feb 7, 2025 · 2 comments
Open

Deleted data object from classic ui still shown in studio ui #764

heigpa opened this issue Feb 7, 2025 · 2 comments
Labels

Comments

@heigpa
Copy link

heigpa commented Feb 7, 2025

Steps to reproduce

  • Login to the classic ui as admin
  • Delete a car object
  • Login as admin to the studio ui

Actual behaviour

  • Deleted car object is still shown

Expected behaviour

  • Deleted car object should not be shown

Environment

  • Studio nightly
  • Windows
  • Google Chrome
@heigpa heigpa added the Bug label Feb 7, 2025
@mattamon mattamon self-assigned this Feb 10, 2025
@mattamon
Copy link
Contributor

@heigpa there might be a problem with dependencies. I just checked the code. If an asset has dependencies it won't be deleted at the moment. Also it seems that a GEE jobrun id will be returned if there are dependencies or children.
I am not sure if frontend already checks for running jobs and showing an error message according to that.

I will have a closer look.

@lukmzig
Copy link
Contributor

lukmzig commented Feb 10, 2025

I guess this could be also caused by default async processing of the GDI. Maybe we would need to enable the synchronous processing in the classic ui somehow, but keep in mind that we should do it only for single item, because when there are multiple items to delete, it would probably be a bad idea, because in the classic UI this is done with generated requests. This needs to be discussed

@mattamon mattamon removed their assignment Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants