Closed tarjeieo closed 4 years ago
Ah, the local list.
We just need to add the property for enabling versioning here: https://github.com/Puzzlepart/prosjektportalen365/blob/master/SharePointFramework/%40Shared/src/services/PortalDataService/index.ts#L115 (line 115)
Aight, sweet, was worried it was something more serious wrt how syncing is done. Lets do it before 1.2.0
Might be:
targetWeb.lists.ensure(listName, '', 100, false, { Hidden: true, EnableAttachments: false, EnableVersioning: true }),
But I'm not sure if it's called EnableVersioning
. Could you have a look?
AdditionalSettings: { EnableVersioning: true }
is what we're using elsewhere
Awesome, then that's the way to go!
Describe the bug Version history in projects only shows the latest version.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expect to see version by version changes
About your setup