Alexander Budarov

Results 24 comments of Alexander Budarov

Hi, Please take a look at this closed issue: https://github.com/cuba-platform/cuba/issues/3097#issuecomment-749602199 and this: https://github.com/cuba-platform/cuba/issues/3183 So you need to: - update to CUBA 7.2.14 or later (using latest bugfix is always recommended)...

You should use "left join" if you want to avoid DELETE_TS condition on the 3rd table. ``` s.surveyClassification=e.surveyClassification ``` --> this means inner join and 3rd table becomes mandatory

For now decided we don't want them (they are out of deny-by-default concept).

e.g. topic https://forum.cuba-platform.com/t/deploy-single-war-file-to-tomcat-10/15204/3

Apart from events, add internal steps like "controller is instantiated", "injection", "data containers are loaded if @LDBShow is set", "form fields are generated", ...

Also mention or give link to separate section with samples how to add screen parameters for standard actions (CreateAction, EditAction, PickerField.LookupAction).

Also mention that you can also open screens by using screen facets (ScreenFacet, LookupScreenFacet etc) > A screen can be opened from the main menu, by navigating to a URL,...

see https://www.cuba-platform.ru/discuss/t/fts-ne-rabotaet/3962