-
f4eb68ac
by Tony Chemit at 2024-08-20T11:33:29+02:00
Add andThen nice method to chain consumers (with possible null on first one)
-
4cf662c1
by Tony Chemit at 2024-08-20T12:23:06+02:00
Review SPI code to improve save mechanism (only override the onSave method, and no more the saveEntity one)
-
7769ecd4
by Tony Chemit at 2024-08-20T12:26:38+02:00
update spi to use new save API
-
1f371c0a
by Tony Chemit at 2024-08-20T12:55:55+02:00
Improve tests log level
-
a890eba2
by Tony Chemit at 2024-08-20T13:26:51+02:00
Update pom
-
180eb3f8
by Tony Chemit at 2024-08-20T13:35:02+02:00
Introduce WithEndDateEntityAware
-
33ecab53
by Tony Chemit at 2024-08-20T13:40:56+02:00
use WithEndDateEntityAware in TripEntityAware and update Trip spi
-
cfce789d
by Tony Chemit at 2024-08-20T13:40:56+02:00
use WithEndDateEntityAware on entities
-
411a997d
by Tony Chemit at 2024-08-20T13:40:56+02:00
update spi to use new save API and TripEntityAware onSaveUpdateTripIfEndDateChanged method
-
5d5b1fa3
by Tony Chemit at 2024-08-20T14:00:25+02:00
Merge branch 'feature/issue_2903' into develop
LL observations / logbook : mise à jour auto de la date de fin de marée en fonction des dates activités (comme en PS)
- Closes #2903
-
1ee55e18
by Tony Chemit at 2024-08-25T16:41:53+02:00
update pom
-
cc41ff1f
by Tony Chemit at 2024-08-25T16:44:57+02:00
KeepBeanPropertyOrder in presets storage
-
a81b9d25
by Tony Chemit at 2024-08-25T16:45:58+02:00
Add fileName property in FloatingObjectPreset (to be able to use it later)
-
c390674c
by Tony Chemit at 2024-08-25T16:46:54+02:00
Improve FloatingObjectPresetStorage and load filename when reading storage, but never store it at write time
-
9e76b0ae
by Tony Chemit at 2024-08-25T16:47:48+02:00
Improve FloatingObjectPresetsStorage and add store method to be able to rewrite all the presets from the presetsMap parameter.
-
f7f5ba15
by Tony Chemit at 2024-08-25T16:48:39+02:00
Replace # by -- in presets (otherwise it is a comment and is never loaded
-
72e036cf
by Tony Chemit at 2024-08-25T16:49:32+02:00
Introduce method reloadDefaultDcpPresets to be able to reload embedded presets
-
afcdd7c8
by Tony Chemit at 2024-08-25T16:50:12+02:00
Introduce method setMainI18nLanguage to be able to apply it in presets ui
-
68ecaefd
by Tony Chemit at 2024-08-25T16:51:27+02:00
Improve FloatingObjectPresetUIInitializer to use it form preset managers also
-
ee4d42c1
by Tony Chemit at 2024-08-25T16:51:58+02:00
Open buildMaterialsList method to be used by presets manager
-
0181e9c9
by Tony Chemit at 2024-08-25T16:54:24+02:00
Remove unnecessary brace to one jaxx expression
-
986bbcb4
by Tony Chemit at 2024-08-25T16:54:36+02:00
Add presets manager UI
-
6eb25afe
by Tony Chemit at 2024-08-25T16:54:36+02:00
Add new content body to display presets manager
-
8bebf241
by Tony Chemit at 2024-08-25T16:54:36+02:00
Remove unnecessary brace to one jaxx expression
-
fe0672b2
by Tony Chemit at 2024-08-25T16:55:10+02:00
Merge branch 'feature/issue_2826' into develop
Permettre le renommage, la suppression, éventuellement l'édition des présélections de FOB
- Closes #2826