Skip to content
Merged

Dev #866

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix:Update field settings to include toggle states while changing emb…
…ed object function
  • Loading branch information
AishDani committed Nov 25, 2025
commit 3f732763a11b6161c94ed4a51f21e94fe4031815
4 changes: 4 additions & 0 deletions ui/src/components/AdvancePropertise/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,10 @@ const AdvancePropertise = (props: SchemaProps) => {
props?.updateFieldSettings(
props?.rowId,
{
...props?.value,
mandatory: toggleStates?.mandatory,
nonLocalizable: toggleStates?.nonLocalizable,
referenedItems: toggleStates?.referenedItems,
validationRegex: toggleStates?.validationRegex ?? '',
embedObjects: embedObject,
embedObject: !shouldToggleOff
Expand Down