pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Missing 'DisableGridEditing' member in SPList object #1460

Open devCherif opened 6 years ago

devCherif commented 6 years ago

Reporting an Issue or Missing Feature

Missing Feature

Expected behavior

The Get-PnPList object contains a member "DisableGridEditing" or otherwise the PnP Provisioning Schema supports this settings in template.xml. "DisableGridEditing" exists on SP2013 on-premise list objects.

Actual behavior

Missing member 'DisableGridEditing' in SPList object (Missing settings 'DisableGridEditing' in PnP List Provisioning Schema)

Link to MSDN Docu

Steps to reproduce behavior

SPListObject $listObject = Get-PnPList -Identity 'Test' $listObject | GM

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

2.23.1802.0

How did you install the PnP-PowerShell Cmdlets?

mjonck commented 6 years ago

I'm experiencing the same problem, but for SP2013: "The property 'DisableGridEditing' cannot be found on this object." after fetching the list (using Get-PnPList).