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 following is returned because co-10 filters itself out:
adaptModel.js:527 Uncaught TypeError: Cannot read property 'isTypeGroup' of undefined at PageModel.findRelativeModel (adaptModel.js:527) at <anonymous>:3:4
The text was updated successfully, but these errors were encountered:
Subject of the issue/enhancement/features
options.filter
inAdapt.findRelativeModel
erroneously filters out the current model producing inconsistencies:adapt_framework/src/core/js/models/adaptModel.js
Lines 499 to 502 in 5a3de69
Your environment
Framework 5.10
Steps to reproduce
In the core-bundled course, run the following in the console to make co-10 optional and attempt to retrieve its previous (mandatory) page ID:
Expected behaviour
"co-05"
should be returned from the above code.Actual behaviour
The following is returned because co-10 filters itself out:
The text was updated successfully, but these errors were encountered: