Skip to content

Fix the duplicate button on the workgroup application dialog

Fridtjof requested to merge v-form-submit-fix into master

Closes #1049 (closed)

What does this MR do?

An old commit trying to simplify a bit of v_form accidentally broke an option used by WorkGroupView's applyForm to hide the default submit button (which does not work correctly in this one case). (for anyone wondering, a working button is added in WorkGroupXhr::apply, which is the only XHR that uses the applyForm anyway)

How confident are you it won't break things if deployed?

very confident

Links to related issues

https://yunity.slack.com/archives/C74JC2V26/p1612983963022900?thread_ts=1612858018.016500&cid=C74JC2V26

How to test

  1. checkout branch
  2. login as a foodsaver
  3. go to the workgroup (AG) list for a region
  4. apply for any workgroup with the button "Für diese Arbeitsgruppe bewerben"/"Apply for this group"
  5. see that there is only one submit button and that it works correctly (no error pages)

Screenshots (if applicable)

image

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • use "state:" labels to track this MR's state until it was beta tested
  • added an entry to CHANGELOG.md
  • add a short text that can be used in the release notes
  • Once your MR has been merged, you are responsible to create a testing issue in Beta Testing Repo:
    • Consider writing a detailed description in German.
    • Describe in a few sentences, what should be tested from a user perspective.
    • Also mention different settings (e.g. different browsers, roles, ...). how this change can be tested.
    • Be aware, that also non technical people should understand.

Release notes text

🇩🇪 Im letzten Release hat sich ein kaputter "Absenden"-Knopf im Dialog zur Bewerbung bei einer AG versteckt. Der Knopf ist jetzt wieder weg.

🇬🇧 In the last release, a small "Submit" button snuck into the dialog for applying to a workgroup. It is now gone again.

Edited by Fridtjof

Merge request reports