Hi,
I have a modal-component which is containing a custom control. My custom-control is a combination of "select" and "button" controls. When you click button control, a new modal is appearing to insert a new item into the selectbox. When i click the "button", new modal is apperaring inside the previous modal as it was shown below. How can i display second modal outside of the first modal's boundary?
Result Message: Missing type map configuration or unsupported mapping.
Note: I have created Person table with "Guid" type ID instead of "long" by using code: public class Person: FullAuditedEntity<Guid>
Do i need to make any change to the given code while defining CreatePerson DTO? public class CreatePersonInput
I have tryed "public class CreatePersonInput: FullAuditedEntity<Guid>" but itt didnt work.