mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* Bug fix: if option is undefined select dropdown is breaking application * Hide Select section when one aggregate is added * Deleting single aggregate will delete all the available group by values * Wrapped showSelectSelection withing useCallback to avoid unnecessary re-renders * Improved code readability of constructAggregateValue function * Change the name of variable to columnList * Updated the requested changes * Removed duplicate condition * Updated requested change * Fixed : In Join operation, unable to select columns in aggregate condition * Showing tooltip for truncated table name in group by section * Disable the group by condition and and show tooltip if tableName is falsy value * Fixed width issue of table name in group by section Do not show dropdown if joining table is empty for the same * show delete confirmation modal, when we are deleting last filled value and all other are half filled or empty, then discard all group by conditions * fix : deleting aggregate with confirmation always deletes last avaialable aggregate whether its filled or empty * Fix: editing aggregate change was not consistent |
||
|---|---|---|
| .. | ||
| .storybook | ||
| __mocks__ | ||
| assets | ||
| ce/white-label | ||
| config | ||
| ee/components | ||
| src | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .version | ||
| babel.config.js | ||
| components.json | ||
| firebase.json | ||
| jsconfig.json | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| webpack.config.js | ||