1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

[bug] cannot select the recurrence end date on Safari or Internet Explorer

This commit is contained in:
Sylvain 2021-06-08 10:25:20 +02:00
parent 4b183616ce
commit 3f044513e9
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
- Validate on server side the reservation of slots restricted to subscribers
Unified and documented upgrade exit codes
- During setup, ask for the name of the external network and create it, if it does not already exists
- Fix a bug: cannot select the recurrence end date on Safari or Internet Explorer
- Fix a bug: build status badge is not working
- Fix a bug: unable to set date formats during installation
- Fix a bug: unable to cancel the upgrade before it begins

View File

@ -210,6 +210,7 @@
ng-model="availability.end_date"
type="date"
ng-required="availability.is_recurrent"
placeholder="yyyy-mm-dd"
ng-disabled="!availability.is_recurrent" />
</div>
</div>

View File

@ -1,6 +1,6 @@
{
"name": "fab-manager",
"version": "4.8.0-dev",
"version": "5.0.0-alpha",
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [
"fablab",