PromucFlow_constructor/app/client/src/components/formControls
Ilia f5b5df8eae
feat: rename isApprovalRequired field (#39422)
## Description
> [!TIP]  
> _Add a TL;DR when the description is longer than 500 words or
extremely technical (helps the content, marketing, and DevRel team)._
>
> _Please also include relevant motivation and context. List any
dependencies that are required for this change. Add links to Notion,
Figma or any other documents that might be relevant to the PR._


Fixes #`Issue Number`  
_or_  
Fixes `Issue URL`
> [!WARNING]  
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._

## Automation

/ok-to-test tags="@tag.Anvil"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/13499103072>
> Commit: 0dc42b7e32144dd8f8afccef3481a7ca759ee4dd
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13499103072&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Anvil`
> Spec:
> <hr>Mon, 24 Feb 2025 13:49:30 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Renamed the internal approval property from "requiresApproval" to
"isApprovalRequired" for enhanced consistency.
- The change is purely nominal; default values, behavior, and labels in
the user interface remain unaltered.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-24 15:32:06 +01:00
..
FunctionCallingConfigControl feat: rename isApprovalRequired field (#39422) 2025-02-24 15:32:06 +01:00
BaseControl.tsx chore: integrate file association query API for Appsmith API (#39098) 2025-02-07 09:35:36 +05:30
CheckboxControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DropDownControl.test.tsx fix: UQI dropdown search issue fixed (#39330) 2025-02-18 18:05:04 +05:30
DropDownControl.tsx fix: UQI dropdown search issue fixed (#39330) 2025-02-18 18:05:04 +05:30
DynamicInputTextControl.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DynamicInputTextControl.tsx chore: Remove style from editor and setting config (#38756) 2025-01-23 13:29:03 +05:30
DynamicTextFieldControl.tsx fix: Reduce cycle deps by removing wrong exports (#39268) 2025-02-14 18:26:31 +05:30
EntitySelectorControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FieldArrayControl.tsx chore: Remove style from editor and setting config (#38756) 2025-01-23 13:29:03 +05:30
FilePickerControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FixedKeyInputControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FormTemplateControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
HybridSearch.tsx chore: add hybrid search control (#39258) 2025-02-14 11:05:41 +03:00
InputTextControl.tsx chore: Remove style from editor and setting config (#38756) 2025-01-23 13:29:03 +05:30
KeyValueArrayControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MultiFilePickerControl.tsx fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
PaginationControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
RadioButtonControl.test.tsx chore:remove space b/w form and CTA onboarding page (#35985) 2024-10-09 09:57:44 +05:30
RadioButtonControl.tsx fix: gsheets all sheets option enabled behind a feature flag (#37942) 2024-12-13 14:09:53 +05:30
SegmentedControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
SliderControl.tsx chore: add slider control (#39058) 2025-02-06 11:27:21 +03:00
SortingControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
SwitchControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.test.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.ts chore: add grafana faro sdk (CE) (#38301) 2024-12-26 10:37:41 +05:30
WhereClauseControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00