]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(ui): enable authorize for all OCPP versions in StartTransaction
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 3 Apr 2026 21:43:43 +0000 (23:43 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 3 Apr 2026 21:43:43 +0000 (23:43 +0200)
commit92059c8a0f87183ad4f3084db67dbc1c126ff913
tree430e394bcf33709bd538156e72a9dfdf306997d1
parentce3ff21f22960d6d47cf4cfbdfffa190c5657ff3
fix(ui): enable authorize for all OCPP versions in StartTransaction

The OCPP 2.0.x authorize restriction was a UI-only limitation — the
simulator stack already handles Authorize for both 1.6 and 2.0.x.
Remove the isOCPP20x guard so the checkbox is available for all versions.
ui/web/src/components/actions/StartTransaction.vue
ui/web/tests/unit/StartTransaction.test.ts