mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-01 23:29:23 +01:00
[bug] html syntax error result in unable to compile the assets
This commit is contained in:
parent
ecf80b0591
commit
c3f7f04ec2
@ -4,6 +4,7 @@
|
|||||||
- Fix a bug: new installation with mapping to an external network does not connect fab-manager to elasticsearch
|
- Fix a bug: new installation with mapping to an external network does not connect fab-manager to elasticsearch
|
||||||
- Fix a bug: typo in allow/prevent booking overlapping slots
|
- Fix a bug: typo in allow/prevent booking overlapping slots
|
||||||
- Fix a bug: unable to use run.fab.mn
|
- Fix a bug: unable to use run.fab.mn
|
||||||
|
- Fix a bug: parse error while compiling the assets
|
||||||
- Fix a security issue: updated puma to 4.3.8 to fix [CVE-2019-16770](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16770)
|
- Fix a security issue: updated puma to 4.3.8 to fix [CVE-2019-16770](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16770)
|
||||||
- Fix a security issue: updated nokogiri to 1.11.4 to fix [GHSA-7rrm-v45f-jp64](https://github.com/advisories/GHSA-7rrm-v45f-jp64)
|
- Fix a security issue: updated nokogiri to 1.11.4 to fix [GHSA-7rrm-v45f-jp64](https://github.com/advisories/GHSA-7rrm-v45f-jp64)
|
||||||
- [TODO DEPLOY] `rails fablab:fix_invoices`
|
- [TODO DEPLOY] `rails fablab:fix_invoices`
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
subscribed-plan-id="ctrl.member.subscribed_plan.id"
|
subscribed-plan-id="ctrl.member.subscribed_plan.id"
|
||||||
operator="currentUser"
|
operator="currentUser"
|
||||||
on-select-plan="selectPlan"
|
on-select-plan="selectPlan"
|
||||||
is-selected="isSelected(plan)"
|
is-selected="isSelected(plan)">
|
||||||
</plan-card>
|
</plan-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user