SharePoint / sp-dev-gdpr-activity-hub

GDPR Activity Hub - Open source starter kit for building a management hub for EU GDPR (European Global Data Protection Regulation).
MIT License
97 stars 47 forks source link

Save buttons do not work #57

Open nimbusiain opened 6 years ago

nimbusiain commented 6 years ago

Deployed web parts ok, however when clicking on the save buttons nothing happens? no data saves and page does not respond, any ideas?

saveissues

MarkMasiak commented 6 years ago

ditto - have tried in IE and Edge Browser

have tried in the new SharePoint experience and classic SharePoint experience

Diagnostics

Name https://ilt.sharepoint.com/sites/GDPRHub/_api/web/ensureuser
Protocol HTTP/2
Method POST
Result 200 Content type application/json

Name https://ilt.sharepoint.com/sites/GDPRHub/_api/web/lists('undefined')?$select=ListItemEntityTypeFullName Protocol HTTP/2
Method GET Result 400 Content type application/json

{"odata.error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)."}}}

MarkMasiak commented 6 years ago

RESOLVED

on the page eg. GDPR Request

  1. Edit Page
  2. on the Web App Part Select Edit which opens "Insert Request Configuration"
  3. Set the "Target List" to "Requests"
  4. Wait for the SharePoint Auto Save to change from "Draft not Saved" to "Your page has been saved" (next to the [PUBLISH] button
  5. Publish the update

repeat on all the pages

snip_20180303100518

tristian2 commented 5 years ago

worked for me ty