You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The allowOverwrite attribute which you can set on elements for DataPackageFragmentInstaller will cause an exception, if data being loaded is new (does not exist in the system already).
Repro:
Install attached Orckestra.Test.BeforeOverwriteData.zip as local package
Install attached Orckestra.Test.OverwriteData.zip as local package
Expected:
In step 1, we install 3 data elements (Item 1, Item 3, Item 4).
In step 2, we update "Item 3" and add new data element "Item 2"
Actual:
Package install fail in step 2 with "Non-static method requires a target" error text.
The allowOverwrite attribute which you can set on elements for DataPackageFragmentInstaller will cause an exception, if data being loaded is new (does not exist in the system already).
Repro:
Expected:
In step 1, we install 3 data elements (Item 1, Item 3, Item 4).
In step 2, we update "Item 3" and add new data element "Item 2"
Actual:
Package install fail in step 2 with "Non-static method requires a target" error text.
Orckestra.Test.BeforeOverwriteData.zip
Orckestra.Test.OverwriteData.zip
Sample use of the allowOverwrite attribute:
The text was updated successfully, but these errors were encountered: