1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] two empty categories in the plan creation form

This commit is contained in:
Sylvain 2021-06-28 16:53:39 +02:00
parent bbb1aca4fb
commit 91d2316280
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changelog Fab-manager
- Fix a bug: unable to filter by multiple user IDs in OpenAPI
- Fix a bug: do not display two empty categories in the plan creation form
- Tests for OpenAPI user trainings
- [TODO DEPLOY] `rails db:seed`
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`

View File

@ -107,7 +107,8 @@ Application.Controllers.controller('NewPlanController', ['$scope', '$uibModal',
partnerId: null,
partnerContact: null,
ui_weight: 0,
monthly_payment: false
monthly_payment: false,
plan_category_id: null
};
// API URL where the form will be posted