LDEV-4393 Fix parameter flow for lesson notebook Current lesson ID was not retained during submits. It has to be present on each page and submit so "view all" page knows where to add a new entry.
LDEV-4393 Fix Add button in lesson Notebook The initial button takes lesson ID from an attribute. If there are some entries already, lesson ID is not set as an attribute. Instead, the button is duplicated below and takes lesson ID from entries' external ID. The initial button gets hidden if there are already entries.