Closed hudson-newey closed 2 months ago
Size Change: +41 B (0%)
Total Size: 3.02 MB
Filename | Size | Change | |
---|---|---|---|
dist/workbench-client/browser/index.html |
4.73 kB | +1 B (+0.02%) | |
dist/workbench-client/browser/main-HSLHTGUP.js |
0 B | -1.08 MB (removed) | π |
dist/workbench-client/server/main.js |
1.88 MB | +19 B (0%) | |
dist/workbench-client/browser/main-67QZJSXS.js |
1.08 MB | +1.08 MB (new file) | π |
βββββββββ4 filesβββββββββββ4 suitesβββ4m 17s :stopwatch: 15β596 testsβ15β244 :heavy_check_mark:β352 :zzz:β0 :x: 15β744 runsββ15β392 :heavy_check_mark:β352 :zzz:β0 :x:
Results for commit c05b6e31.
:recycle: This comment has been updated with latest results.
Fix new site form not submitting with project_ids
Following a change to the baw-server which required an array of project_ids to be sent while site creation, the new site form started throwing errors which stopped users from creating new sites.
This commit now sends project_ids when creating a new site, fixing the bug which stopped users from creating new sites.
Changes
projectIds
base model propertyregionId
andprojectIds
are sent with the correct dataProblems
N.A.
Issues
Fixes: #2143
Visual Changes
N.A.
Final Checklist
npm run lint
)npm run test:all
)