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
I have verified that I am running the latest version of the CDP4-SDK
I have searched open and closed issues to ensure it has not already been reported
Description
PermissionService on lines 398 and 507 does not pass a container of the thing, but the thing itself. It might have happened due to a misleading parameter name for a thing. These lines should be fixed. The fix will produce a test fail in PermissionServiceTestFixture on line 231. Also lines 212 and 213 are identical. On line 212 "CanWrite" method should be substituted with "CanRead".
Steps to Reproduce
See the source code.
System Configuration
Does not matter
CDP4 version:
CDP4Common:
CDP4JsonSerializer:
CDP4Dal:
CDP4JsonFileDal:
CDP4ServicesDal:
CDP4WspDal:
Other:
Environment (Operating system, version and so on):
.NET Framework version:
Additional information:
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
PermissionService on lines 398 and 507 does not pass a container of the thing, but the thing itself. It might have happened due to a misleading parameter name for a thing. These lines should be fixed. The fix will produce a test fail in PermissionServiceTestFixture on line 231. Also lines 212 and 213 are identical. On line 212 "CanWrite" method should be substituted with "CanRead".
Steps to Reproduce
See the source code.
System Configuration
Does not matter
The text was updated successfully, but these errors were encountered: