erdem
erdem
The dev branch now points to version 9.3, and the 9.3-preview milestone has been added to the PR
Our Git versioning strategy is structured so that each release version has its own dedicated branch. Any changes or fixes targeting a specific version are merged into that version's branch....
Yes, it is possible to open a PR to a branch other than dev. However, as a general policy, we avoid making changes to previous release branches unless they address...
Hello, If you are using a Typeahead-typed field in your form, you also need to add another field with the same name but with the suffix _Text to store the...
Hello, Yes, you can use it right away, and this is the definitive solution. Could you please share your form props, the save request body, and the detailed response body?
Hello The issue is that your response does not include the `organizationUnitId_Text ` field, which is required for the Typeahead field to work correctly. Could you please add the `organizationUnitId_Text...
wait for; https://github.com/volosoft/abp-studio/issues/4003 https://github.com/volosoft/abp-studio/pull/3916