Open ingrid-schiele-fnt opened 3 years ago
As in the docs described: "Once createSPList is applied on a site, runnning the createSPList with the same list name will act as an update to the existing list." https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema#create-a-new-sharepoint-list
The update works not properly if the list has a different title set (setTitle subaction). Instead of an update a new list will be created.
Add a setTitle subaction to the createSPList action and run the site design at least twice.
Category
Expected or Desired Behavior
As in the docs described: "Once createSPList is applied on a site, runnning the createSPList with the same list name will act as an update to the existing list." https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema#create-a-new-sharepoint-list
Observed Behavior
The update works not properly if the list has a different title set (setTitle subaction). Instead of an update a new list will be created.
Steps to Reproduce
Add a setTitle subaction to the createSPList action and run the site design at least twice.