Alexander Budarov
Alexander Budarov
### Environment Bug report from customer. Try to reproduce. - Platform version: try on 7.2 ### Description of the bug or enhancement > If during the execution of the scheduled...
### Description of the bug or enhancement Bug report from customer. > Scheduled task execution history is shown in server time zone, not user time zone. > At the same...
### Environment - Platform version: 7.2 ### Description of the bug or enhancement UrlRouting provides some useful functionality to generate routes to screens. Often developers need it to generate links...
### Environment - Platform version: 7.2.11 ### Description of the bug or enhancement Project: attached [dlq.zip](https://github.com/cuba-platform/cuba/files/5854766/dlq.zip) I have two screens: - dashboard.xml - with table and Add action - my-user-lookup.xml...
### Description of the bug or enhancement platform version: 7.2.9 https://www.cuba-platform.ru/discuss/t/oshibki-pri-vybore-sushhnostej-v-inspektore-sushhnostej/5073 
### Environment - Platform version: 7.2.6 ### Description of the bug or enhancement com.haulmont.cuba.gui.components.NotificationFacet  Currently Studio shows like default value for "htmlSanitizerEnabled" is false. But it is true (it...
### Environment - Platform version: 7.2.8 ### Description of the bug or enhancement project attached: [servicefromaeltest.zip](https://github.com/cuba-platform/cuba/files/5331901/servicefromaeltest.zip) forum topic: https://www.cuba-platform.com/discuss/t/exception-in-service-when-invoked-from-authenticationeventlistener/13689/6 - create middleware service - create BeforeLoginEvent event listener on core...
### Description of the bug or enhancement see forum: https://www.cuba-platform.com/discuss/t/how-to-send-a-multipart-alternative-email/12837?u=alexbudarov Currently we don't have ability to send multipart emails: one part is html, another part is plain text. It is...
Jmix 1.3.3 Project: [homework-tickets.zip](https://github.com/jmix-framework/jmix/files/9585120/homework-tickets.zip) Entity attribute: ``` @NotNull @Column(name = "TAKE_OFF_DATE", nullable = false) private OffsetDateTime takeOffDate; ``` flight-browse.xml has a custom filter in the screen, coordinated with DataLoadCoordinator. ```...
Example code: ```java @Mapper(unmappedTargetPolicy = ReportingPolicy.IGNORE, componentModel = MappingConstants.ComponentModel.SPRING) public interface VisitMapper { @Mapping(source = "assignedVetId", target = "assignedVet.id") @Mapping(source = "petId", target = "pet.id") Visit toEntity(VisitDto visitDto); @InheritInverseConfiguration(name =...