oneuptime/CommonServer/Infrastructure
Simon Larsen 703c4b7685
feat: Add doNotShowWhenCreating option to Field interface
The Field interface in the CommonUI project has been updated to include a new property, doNotShowWhenCreating. This property allows developers to specify whether a field should be shown in the form when creating a new entity. By setting doNotShowWhenCreating to true, the field will be hidden during the creation process. This change provides more control over the visibility of fields in the form based on the create or edit mode.
2024-06-11 11:33:26 +01:00
..
Postgres feat: Add doNotShowWhenCreating option to Field interface 2024-06-11 11:33:26 +01:00
CacheDatabase.ts fix 2022-04-10 22:54:23 +01:00
ClickhouseConfig.ts refactor: Update ClickHouse configuration to support HTTPS 2024-06-05 11:41:39 +01:00
ClickhouseDatabase.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
GlobalCache.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
LocalCache.ts fix fmt 2023-05-09 19:31:10 +01:00
PostgresDatabase.ts refactor: Update import statement for InitialMigration in Postgres SchemaMigrations 2024-06-05 17:52:16 +01:00
Queue.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
QueueWorker.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Redis.ts refactor: Update Redis and ClickHouse TLS configuration 2024-06-05 10:49:01 +01:00
Semaphore.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
SocketIO.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Status.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00