[Toaster] [PATCH 0/5] UI fixes michaelw/toaster/table-ui-fixes
Michael Wood
michael.g.wood at intel.com
Thu Oct 8 11:32:32 PDT 2015
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.
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
More information about the toaster
mailing list