David Simões

Results 9 comments of David Simões

Upon approval, is there any indication of the version in which this feature may be integrated? Thank you.

> The dev branch now points to version 9.3, and the 9.3-preview milestone has been added to the PR Can you give me some more information on how PR works...

So If I wanted a feature to be released in a specific version already with its own branch I should target that version branch with my PR or is restricted...

Ok. So as this feature had some urgency for us in this situation the best approach was to target the 9.2 version branch since it's the current in-development phase and...

Hello. Does this still requires any action from me? Thanks. @erdemcaygor @sumeyyeKurtulus

Hi, are there any recent developments or updates regarding this issue?

Thanks for the tip. Is this a work-around or a definitive solution? Can it be used right away or will it only be available in a future patch? I tested...

Hello, Again, thanks for the help provided ``` export const DEFAULT_DOOR_CREATE_FORM_PROPS = FormProp.createMany([ { type: ePropType.String, name: 'code', displayName: 'AccessControlService::Code', id: 'door-code', disabled: data => { return data?.record?.id ? true...

While the solution functions, it appears to introduce unnecessary complexity compared to the streamlined behavior of the abp-lookup-typeahead component. Optimizing this implementation to achieve similar efficiency and simplicity is desirable