diff --git a/public/documentation/toolTip.json b/public/documentation/toolTip.json index 9a1d2b1cf..5b75ab8c1 100644 --- a/public/documentation/toolTip.json +++ b/public/documentation/toolTip.json @@ -196,5 +196,6 @@ "ENABLE_MESSAGING_BUTTON": "Enable messaging through WhatsApp. Requires a Glific account", "APP_DESIGNER_MESSAGE_RULE_NAME": "Name", "APP_DESIGNER_SELECT_MESSAGE_TEMPLATE": "Choose the message template", - "APP_DESIGNER_SELECT_RECEIVER_TYPE": "Choose the receiver type" + "APP_DESIGNER_SELECT_RECEIVER_TYPE": "Choose the receiver type", + "IGNORE_SYNC_SETTINGS_IN_DEA": "Ignore the SubjectType sync settings restrictions in the Data Entry app." } diff --git a/src/adminApp/user.js b/src/adminApp/user.js index d68b6c299..725c9312e 100644 --- a/src/adminApp/user.js +++ b/src/adminApp/user.js @@ -210,6 +210,11 @@ export const UserDetail = ({ user, hasEditUserPrivilege, ...props }) => { formatOperatingScope(user.operatingIndividualScope)} /> +

Sync Settings

+ (user.ignoreSyncSettingsInDEA ? "Yes" : "No")} + /> {map(syncAttributesData.subjectTypes, st => ( { Sync Settings + {map(syncAttributesData.subjectTypes, st => ( ))}