Welcome
Sign in to start your session
Login
Login
[app info]
Brief app info: ENV: [DEV] commitId: fbfe1f27d438b762011b9cad2d3ebfa495975e2c branch: develop build date: 2026-08-28T12:04:16Z build version: 2026.08.06.1-SNAPSHOT commit message: #38195 Drop the reward details input left behind by a type change Changing a reward or condition type replaces the view instance kept under the same tmpId, but the details input built for the previous type stayed in the component tree with value expressions naming properties the new view class does not have. Rendering that panel then died with PropertyNotFoundException (percentOfDeposit on FreeRoundsBonusRewardView, emailConfirmed on DepositCountConditionView - 6 to 13 a day on develop), taking the whole page with it. Each details input now records the view class it was built for, and the per-render form update replaces one that no longer matches - which also collapses the duplicate inputs that gave the ticket its name. Only the existing editor is touched. This covers the render phase; the earlier component-location phase stays covered by the base-class collection defaults added for #38186. UPTIME: 0d 17h 30m 33s Git log: 1c1e5... | 2026-08-27T19:19:51+03:00 | Rodion | #38233 Tolerate unknown fields when deserializi... b4df8... | 2026-08-27T18:51:55+03:00 | Rodion | #38293 Self-initialize the type discriminator i... 25d88... | 2026-08-27T16:50:57+03:00 | Rodion | #38233 Add uiPresentationType to the claimable ... 17070... | 2026-08-27T16:56:11+03:00 | ostas | #38232 Trigger the rescue cashback when the rou... d2d03... | 2026-08-27T11:13:31+03:00 | ostas | #38277 Map the CONFIRM transaction state so the... edf33... | 2026-08-26T23:16:13Z | Vladyslav Ma... | Merge branch '38175' into 'develop' f3252... | 2026-08-26T23:16:13Z | Vladyslav Ma... | #38175 added tests d6e0d... | 2026-08-26T15:38:32Z | Vladyslav Ma... | Merge branch '38175' into 'develop' 575eb... | 2026-08-26T15:38:31Z | Vladyslav Ma... | #38175 Prototype: modal-based editing of segmen... ccc97... | 2026-08-25T21:23:39+03:00 | ostas | #38030 Take the trigger balance from the bet ev...
copy to clipboard