Mohammed Alamri
Mohammed Alamri
```log Unhandled exception. System.InvalidOperationException: Failed to convert configuration value at 'Api:Database:DatabaseType' to type 'TCDev.APIGenerator.DbType'. ---> System.FormatException: Postgres is not a valid value for DbType. ---> System.ArgumentException: Requested value 'Postgres' was...
- to have maximum configuration the language scoped settings will have different properties than the global once. - language's settings will have extra properties as `pre`, `start`, and `end`.
Hi, Thank you so much for this extension, Is it possible to add monorepo support? I basically have nested projects under the main repository, and opening any of those projects...
Issue #45 This will not have any breaking changes. As the current users can continue to use the package with the same method: `useForm({...})` Or give a name for each...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Version of Corteza 2023.9 ### Current Behavior When editing the Custom CSS, most...
The current select field has a single line input for choices. Which can be hard to add or update the values especially for different (RTL) languages as Arabic. That could...
**Describe the bug** The migration process fails due to missing relation. **To Reproduce** Steps to reproduce the behavior: 1. Set database type as PostgreSql, set the connection string. 2. Run...
When adding/editing a foreign key the form allows me to save without selecting columns for base and ref tables, which will generate an inexecutable query. Same thing happens when adding/editing:...