mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
* Add query params option to Go-to-app action This commit adds support for setting query params for the go-to-app action. When the new app is launched, the passed in object will be sent as search query params. * Allow user to enter URL params in multiple input boxes * Abstract goto-app action logic to a separate container * Supply necessary newline * Set 'type' of 'app' property of go-to-app action to 'text' * List only those apps that has proper slugs for goto-app action * Modify goto-app action config panel to support Event Manager * Use EventManager instead of EventSelector for table action config * Add data migration to make old apps support multiple event handlers * Fix UpdateDefinitionsForTableActionEvent migration This commit ensures that the migration recreates onClick event properly * Fix bug that caused an 'onBulkUpdate' event to be created during migration * Remove EventSelector * Add margin above `remove handler` button on Table actions inspector panel |
||
|---|---|---|
| .. | ||
| 1625814801415-MaybeCreateExtension.ts | ||
| 1625814801416-CreateOrganizations.ts | ||
| 1625814801417-CreateUsers.ts | ||
| 1625814801419-CreateApps.ts | ||
| 1625814801420-CreateAppVersions.ts | ||
| 1625814801421-CreateCredentials.ts | ||
| 1625814801422-CreateFolders.ts | ||
| 1625814801423-CreateFolderApps.ts | ||
| 1625814801424-CreateMetadata.ts | ||
| 1625814801425-CreateOrganizationUsers.ts | ||
| 1625814801426-CreateAppUsers.ts | ||
| 1625814801427-CreateDataSources.ts | ||
| 1625814801428-CreateDataQueries.ts | ||
| 1625814801429-CreateDataSourceUserOauth2s.ts | ||
| 1625814801430-UpdateDefinitionsForEvents.ts | ||
| 1629971478272-UpdateDefinitionsForTableActionEvent.ts | ||