Fetch the auth code using correct method in request
Get the plugin object correctly for reloading
Fix woocommerce operation rendering
Resolve promise correctly
Pass plugin_id as prop
Resolve plugin saving issue with caching tokens
Add json-message in query correctly
Use auth code once without cache
Release: Marketplace Sprint 10
🚀 Features
- Added feature to add bulk upsert using PK in #12325 by @manishkushare
- Added feature to set default value to null while creating or editing FK column in #12704 by @manishkushare
🌟 Enhancements
- Enhanced plugin schema for validation and design component in #12655 by @parthy007
- Enhanced schema revamp for MySQL and MSSQL in #12661 by @parthy007
- Added metadata to QueryError and populated metadata in inspector on error in #12501 by @thesynthax
- Improved empty plugin state copywriting in #12588 by @thesynthax
- Added validation for encrypted fields with input reference on failure in #12541 by @parthy007
🛠️ Fixes
- Fix plugin copywriting and icon issues in #12664 by @parthy007
- Fix empty URL parameters in the GraphQL plugin in #12353 by @ganesh8056
- Fixed ToolJet database JSON column values not persisting in query builder in #12438 by @ganesh8056
* Added feature to set default value to nul
Fix app crashing bug while creating FK relations
* feat: enhance default value validation for foreign keys
- Updated the label for setting default value to Null for clarity.
- Implemented a validation function to check the default value against referenced foreign key columns.
- Added useEffect to trigger validation on component mount.
* Handled edge case between not null constraint and set default to null toggle
* Removed turnary operator
* fix: placeholder is getting overlapped with null tag
* When isNotNull is truthy and default value is falsy, then disabling the save button
* fix: remove unnecessary rows check for NOT NULL default value validation