On 8 October 2015 at 19:32, Michael Wood <[email protected]> wrote:
> A number of UI fixes: > Add/Rm layer button not updated in some cases [YOCTO #8294] > Updates to the JS unit tests > A fix for the project layers returned > And a bug noticed in the layer details page where the button class names > were > incorrect meaning the toggle of the add/remove layer didn't enable/disable > the buttons to trigger recipe builds. > I'll review this morning. Elliot > > Michael Wood (5): > toaster: layerdetails update build recipe button class name > toaster: Fix typo in returning pk list of layer versions in current > project > toaster: tables Add the recipe filter back into the Recipe table > toaster: Fix stale layer state buttons > toaster: Update JS unit tests > > bitbake/lib/toaster/orm/models.py | 2 +- > .../lib/toaster/toastergui/static/js/layerBtn.js | 9 +----- > .../toaster/toastergui/static/js/layerdetails.js | 4 +-- > bitbake/lib/toaster/toastergui/static/js/table.js | 2 +- > .../lib/toaster/toastergui/static/js/tests/test.js | 34 > +++++++++++----------- > bitbake/lib/toaster/toastergui/tables.py | 20 +++++++++++-- > .../toastergui/templates/js-unit-tests.html | 16 +++++++--- > .../toaster/toastergui/templates/layer_btn.html | 12 ++++++-- > .../toaster/toastergui/templates/recipe_btn.html | 12 ++++++-- > .../toaster/toastergui/templates/toastertable.html | 1 - > 10 files changed, 71 insertions(+), 41 deletions(-) > > -- > 2.1.4 > > -- > _______________________________________________ > toaster mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/toaster > -- Elliot Smith Software Engineer Intel Open Source Technology Centre
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
