We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set-PnPList -EnableModernAudienceTargeting
For other sites, the error is "'User Information List' can not be found".
E.g. for 1031 (de-de):
Set-PnPList: Die Liste 'User Information List' ist in der Website mit der URL 'https://....' nicht vorhanden.
The reason here is that the title of the user information list is hard-coded in English:
pnpframework/src/lib/PnP.Framework/Extensions/ListExtensions.cs
Line 2335 in 075fd67
This does not for LCIDs where titles have been translated.
The text was updated successfully, but these errors were encountered:
Perhaps it is possible to access the resources as with "GetPagesLibrary"
Line 1309 in 075fd67
The value is located in "core.resx" with the key "userinfo_schema_listtitle".
@nils-a It would be great if you could test the PR #1063, if you have the opportunity
Sorry, something went wrong.
No branches or pull requests
For other sites, the error is "'User Information List' can not be found".
E.g. for 1031 (de-de):
The reason here is that the title of the user information list is hard-coded in English:
pnpframework/src/lib/PnP.Framework/Extensions/ListExtensions.cs
Line 2335 in 075fd67
This does not for LCIDs where titles have been translated.
The text was updated successfully, but these errors were encountered: