protected $isScopedToTenant not available when extending from package Resource Class
I cannot change the $isScopedToTenant variable when i use the following setup:
Package has an Resource called:
in my application i override/extend this ScheduleResource:
i have to add in my package Resource class:
and then in my application ScheduleResource:
also this won't work:
Solution:Jump to solution
Okay i found the answer:
I have to override this function in my class ScheduleResourse like so:
```...
1 Reply
Solution
Okay i found the answer:
I have to override this function in my class ScheduleResourse like so: