LTS: Marketplace fixes ( v2.50.3 )
Fix: Target and actions section getting overlap in fk drawer
Fix: Disable resource-name input and change placeholder text in resource-body on Salesforce plugin
* make all datasource options expicit
* Fix: Disable resource-name inputs for all action types and change placeholder for resource-body (#9946)
* Disable resource-name input and change placeholder text in resource-body
* Format the placeholder text
* Remove space from placeholder
---------
Co-authored-by: Parth <108089718+parthy007@users.noreply.github.com>
* feat: Added a support for infinite scroll on searching foreign key data
* feat: added debounce for search in infinite scroll and refactored the infinite scroll logic on listing Foreign key data
* fix: while searching foriegn key values in the drop down of tooljet database for varchar datatype possible search results will be returned and for other datatype strict matching is followed
* fix: review comments for optional chaining has been fixed
* fix: typo error has been fixed
* fix: client search on foreign key drop down is disabled
* stylefix: menu height is fixed now for foreign key drop down
* fix: foreign key drop down scroll bar moves to top on each render fixed
* Fix : Caching the foreign key column options (#9828)
* Draft : Caching the fk options
* Refactored the code and use promise.all
* Used Promise.allSettled to ensure that all promises are processed regardless of whether they resolve or reject.
* Changed currentColumn to foreignKey
* Removed console
* Updated default value of cachedOptions state to empty object
* Updated the code with suggestion to uplift check condition
* Change the emptyError copyright to No values found
* Bug fixed : on mount api request failing
* Refactored code from calculations to data by removing optional chaning
* Fix: Remove null values from the foreign key drop-down list (#9895)
* fix: filtered out null values and brought empty string to top in the foreign key drop down
* fix: review comments addressed
* fix: while creating or editing FK relation the source column drop down will not list empty column names
* stylefix: cell was not clickable on empty string
* fix: empty values are not listed on Foreign key drop down used for cell edit
* fix: empty string can be added as default in create table operation
* Fixed : Fk options are not cached when source column name is updated
---------
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
Co-authored-by: Manish Kushare <37823141+manishkushare@users.noreply.github.com>
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
* fix : foreign key dropdown width oversize issue in create and edit row
* fix : unable to read the menu text in fkr dropdown
* css classaname prefix changes
* fix : added tooltips for create and edit row in large fk values
* fix : Added max-width property for tooltip on create and edit row for foreign key fields
* fix :added tooltips for fkr dropdown in create and edit column
* fix : added tooltips for fkr dropdowns in create and edit table
* Prevent boolean datatype from being selected as a foreign key
* Change placeholder text
* Restrict foreign key relation for boolean datatype from edit/create column drawer
* Place disabled options together at the top
* Disable boolean datatype from dropdown
* Remove placeholder text and make it appear on hover
* Correct source-description text
* Correct the tooltip text for boolean data type
* Remove background colour from disabled options
* Change the tooltip text for boolean type in tableschema
* Disable cursor for disabled options
* Shows hover tooltip text on disabled options
* Change tooltip and placeholder text
* Change class name for Table schema header
* Add classname to heading
* Add styles for new & changed class
* Add styles for lightmode
* Add classnames for lightmode
* Change spacing and empty-foreign-key-container styles
* Add classname to text
* Add styles for the text
* Reduce gap between the icon and text
* Remove background colour when disabled in lightmode
* Remove button shadow
* Fix styles for create new column drawer
* Fix styles for create new row drawer
* Fix styles for edit row drawer
* Fix styles for edit column drawer
* Remove the background colour from column background
* Add scroll and fix font-size
* Remove errors
* Remove extra tooltip
* fix : while deleting a column if the column name starts with uppercase, it throws error
* Added the query as parameterized query
* fix : using query runner with creation in parameterized queries
* Shortcut Keys added for all Drawers
* Shift + ALT Shortcut Key Added for Creating Multiple Rows
* Resetting to Default Values on Shift + Enter
* Added Error Borders on Input Fields for Create/Edit Row
* Minor Design Changes
* Comments Resolved
* Added Drawer Shortcut for Bulk Upload
* Dark Mode Colour Fix