WIP: slapos_panel: use hateoas action filter script
It allows to reuse the erp5js header gadget.
See erp5!2039
Waiting for this erp5 MR to be in slapos master branch
It allows to reuse the erp5js header gadget.
See erp5!2039
Waiting for this erp5 MR to be in slapos master branch
Step 1. Fetch and check out the branch for this merge request
git fetch "https://lab.nexedi.com/romain/slapos.core.git" "panel_filter_action_dict" git checkout -b "romain/slapos.core-panel_filter_action_dict" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "romain/slapos.core-panel_filter_action_dict"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.