Alexander Budarov

Results 53 issues of 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...

type: bug

### 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...

type: bug

### 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 ![image](https://user-images.githubusercontent.com/6158807/99357525-7e71fd00-28c5-11eb-829c-9fca803e5a03.png)

type: bug

### Environment - Platform version: 7.2.6 ### Description of the bug or enhancement com.haulmont.cuba.gui.components.NotificationFacet ![image](https://user-images.githubusercontent.com/6158807/88059401-da29b500-cb75-11ea-8e9f-c84c712e5f8e.png) Currently Studio shows like default value for "htmlSanitizerEnabled" is false. But it is true (it...

type: enhancement

### 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...

type: bug

### 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...

type: enhancement

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. ```...

type: bug

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 =...

feature