-
067bd1d9
by Tony Chemit
at 2020-11-28T09:45:54+01:00
Fix getChildPosition method
-
ceb8544a
by Tony Chemit
at 2020-11-28T09:46:15+01:00
No more newReference method on model
-
83d2c4d6
by Tony Chemit
at 2020-11-28T09:46:32+01:00
Fix i18n
-
3a77a3c1
by Tony Chemit
at 2020-11-28T10:33:15+01:00
Clean the way to save editable and openable forms
-
ca916e1c
by Tony Chemit
at 2020-11-28T10:33:55+01:00
Introduce ContentOpen API
-
25d4f840
by Tony Chemit
at 2020-11-28T12:41:48+01:00
Remove old configuration for node selection
-
4041d7ac
by Tony Chemit
at 2020-11-29T01:04:19+01:00
Fix some bugs on Ps Set,
-
125c36b3
by Tony Chemit
at 2020-11-29T01:04:36+01:00
Use F3 to insert
-
86b67b51
by Tony Chemit
at 2020-11-29T01:55:16+01:00
Fix some bugs on Ps Set and DCP
-
562a5864
by Tony Chemit
at 2020-11-29T06:18:08+01:00
Fix how to select initial node
-
d887f89f
by Tony Chemit
at 2020-11-29T06:18:45+01:00
No extra loading on root node
-
f55bb645
by Tony Chemit
at 2020-11-29T06:19:24+01:00
Save select model at each move
-
bbb8bd7a
by Tony Chemit
at 2020-11-29T06:19:46+01:00
Do not open node while loading child nodes
-
ae6d0455
by Tony Chemit
at 2020-11-29T06:20:12+01:00
No need to do some init in handler
-
abeb2196
by Tony Chemit
at 2020-11-29T06:20:29+01:00
Review some keyStrokes
-
aeeec2eb
by Tony Chemit
at 2020-11-29T06:20:57+01:00
continue debugging ui and improve ChangeMode action
-
1e831a72
by Tony Chemit
at 2020-11-29T06:59:29+01:00
Add missing validation on ShipOwner
-
1a818f5a
by Tony Chemit
at 2020-11-29T06:59:42+01:00
Invert condition on saveRequest
-
cf7b7113
by Tony Chemit
at 2020-11-29T07:51:17+01:00
Add reloadNodeDataToRoot method when need a full reload of all ancestors
-
43eacd63
by Tony Chemit
at 2020-11-29T07:51:35+01:00
Improve save action
-
7e5ac4e3
by Tony Chemit
at 2020-11-29T08:01:34+01:00
Review some service save action (can't modify data after a hibernate update)
-
cc7a06c0
by Tony Chemit
at 2020-11-29T10:36:56+01:00
Fix how to get select node from content list
-
5bedd5c0
by Tony Chemit
at 2020-11-29T10:38:02+01:00
Can at last remove this dummy return (is parent was updated), since navigation tree can do all of this for use, plus we need to update all nodes up to root path (all lastupdate date are modified)
-
94e0d06b
by Tony Chemit
at 2020-11-29T10:38:30+01:00
Add contract on ShipOwner plus missing license headers
-
c2c454e7
by Tony Chemit
at 2020-11-29T10:38:44+01:00
Fix bad binding
-
fb3196bd
by Tony Chemit
at 2020-11-29T10:40:19+01:00
Lazy loading of GoPrevious and GoNext otherwise we could load the navigation tree if a specific node is not found... Better let use do this!
-
a69bcb82
by Tony Chemit
at 2020-11-29T10:42:15+01:00
Continue debug of ContentUI, now all forms are quite ok
-
a3c7ded3
by Tony Chemit
at 2020-11-29T11:24:15+01:00
Fix edit node renderer on top node
-
1dbfa66e
by Tony Chemit
at 2020-11-30T02:56:11+01:00
Improve some toolkit API
-
1c128f4a
by Tony Chemit
at 2020-11-30T02:57:21+01:00
Add FIXME
-
79e82219
by Tony Chemit
at 2020-11-30T03:02:11+01:00
Last Service API and implementation cleaning.
Now no extra code in services, use persistence layer.
Fix some error also in entity model :( (thanks to bavencoff)
-
20c08eed
by Tony Chemit
at 2020-11-30T13:04:05+01:00
Fix at last delete longline trip: from 1.30 minutes to 25 secondes
-
e5cbda8e
by Tony Chemit
at 2020-11-30T13:09:06+01:00
Introduce DtoParentAware and use it to improve longline branchline API.
Fix very weird Basket.set and Section.set attributes
-
33152ada
by Tony Chemit
at 2020-11-30T13:21:05+01:00
Revert optimized (but still dangerous code) on persistence
-
c41e99b4
by Tony Chemit
at 2020-11-30T15:50:15+01:00
Remove so bad fields in model (see LL-Section)
-
c4fad30e
by Tony Chemit
at 2020-11-30T15:54:18+01:00
Fix more ui (ps model is now fine)
-
ac1a2b5f
by Tony Chemit
at 2020-11-30T16:32:25+01:00
Fix more ui (ps model is now fine)
-
53fbcb27
by Tony Chemit
at 2020-11-30T16:32:38+01:00
Bad select node scope saved ?