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
While working on a solution for recipe_0014, I noticed that the add_item() helper is not available on AccompanyingCanvas. If you wanted to use the AccompanyingCanvas class and not just Canvas, it would be useful to have add_item() available here.
Expected behaviour:
add_item() is available to AccompanyingCanvas
Observed behaviour:
An exception is thrown when add_item() is used here.
While working on a solution for
recipe_0014
, I noticed that theadd_item()
helper is not available onAccompanyingCanvas
. If you wanted to use theAccompanyingCanvas
class and not justCanvas
, it would be useful to haveadd_item()
available here.Expected behaviour:
add_item()
is available to AccompanyingCanvasObserved behaviour:
An exception is thrown when
add_item()
is used here.Potential bug location(s):
iiif-prezi3/iiif_prezi3/helpers/add_item.py
Line 2 in aeed7b6
The text was updated successfully, but these errors were encountered: