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:
parent
bbb1aca4fb
commit
91d2316280
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user