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

Updating file properties does not create new version in version history #9798

Closed
3 of 9 tasks
ToshoSP opened this issue Jul 10, 2024 · 1 comment
Closed
3 of 9 tasks
Labels
type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.

Comments

@ToshoSP
Copy link

ToshoSP commented Jul 10, 2024

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

💥 SharePoint Framework

Developer environment

None

What browser(s) / client(s) have you tested

  • 💥 Internet Explorer
  • 💥 Microsoft Edge
  • 💥 Google Chrome
  • 💥 FireFox
  • 💥 Safari
  • mobile (iOS/iPadOS)
  • mobile (Android)
  • not applicable
  • other (enter in the "Additional environment details" area below)

Additional environment details

No response

Describe the bug / error

Updating properties of files does not create a new version in version history. Old changes are overwritten.
In the past new version was created, so one could track changes of the properties.
This is now impossible, as no new version is created.

Steps to reproduce

  1. Create a new file library
  2. Add new column (for example Text column: Test)
  3. Upload file
  4. Change the property Test of the file to "Test 1", then change it again to "Test 2"
  5. View version history of the file: the changes are not tracked

Expected behavior

There should be version history for each change of file properties, so one could track who change what when.

This bug has created a massive mayhem in my firm, as tracking changes is vital to our work.

From the Documentation:
image

@ToshoSP ToshoSP added the type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. label Jul 10, 2024
@ToshoSP ToshoSP closed this as completed Jul 25, 2024
@ToshoSP
Copy link
Author

ToshoSP commented Jul 25, 2024

EDIT: Versioning works for me now as expected, so comparing file properties of two version of the same file is possible again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Projects
None yet
Development

No branches or pull requests

1 participant