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

[Bug] batch edit does not work #648

Closed
heigpa opened this issue Oct 24, 2024 · 3 comments · Fixed by #743
Closed

[Bug] batch edit does not work #648

heigpa opened this issue Oct 24, 2024 · 3 comments · Fixed by #743
Assignees

Comments

@heigpa
Copy link

heigpa commented Oct 24, 2024

Steps to reproduce

  • Login as admin
  • Open a folder
  • Switch to the list view
  • Mark some assets
  • Start a batch editing process
  • Edit 'Title' and 'Author'

Actual behaviour
Image
Image

  • Batch edit did not work

Expected behaviour

  • Values should be applied to the marked assets

Environment

  • Nightly build
@markus-moser
Copy link
Contributor

@xIrusux Please close this issue as soon as the functionallity is finalized so that @heigpa can retest it, thx.

@xIrusux
Copy link
Contributor

xIrusux commented Nov 25, 2024

Update on the issue:
After some looking into this it turned out that there was a backend problem with how we were handling default metadata.
"Title" is part of the default metadata.
predefined metadata has already functioned i.e. "Author", "Source" etc.

This problem has now been fixed.

Taking a closer look has also pointed out that the "refresh" is happening to early in some cases which has to do with the job engine.
This is something I am currently still looking into.

@xIrusux
Copy link
Contributor

xIrusux commented Nov 26, 2024

the refresh problem has been fixed @heigpa -> this one is ready to test again :)
I will close the issue as per markus comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants