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
Example: If a new filter_association is added for a work that has generic_files as members that can be of many different specific classes of generic_files, then each of the specific classes have to implement the condition method. To avoid having to define the condition method multiple times, I propose the following change to the processing of conditions...
FAIL: if it gets ‘method missing’
FAIL: if condition method returns anything but true
PASS: if condition method returns true
The text was updated successfully, but these errors were encountered:
Example: If a new filter_association is added for a work that has generic_files as members that can be of many different specific classes of generic_files, then each of the specific classes have to implement the condition method. To avoid having to define the condition method multiple times, I propose the following change to the processing of conditions...
FAIL: if it gets ‘method missing’
FAIL: if condition method returns anything but true
PASS: if condition method returns true
The text was updated successfully, but these errors were encountered: