Skip to content
Merged

Dev #103

Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
84dd11c
add trim false in case of tfa token in login api
shristi-sinha May 7, 2024
c15d573
Merge pull request #93 from contentstack/feature/tfa-token-validation
umeshmore45 May 7, 2024
bb54887
add advanced field in mapper model
shristi-sinha May 7, 2024
091b2b1
Merge pull request #94 from contentstack/feature/add-mapper-json
shreyasBhoyar May 7, 2024
bae09bf
code refactor
sayalijoshi27 May 7, 2024
647ca18
solved locale issue
snehalsankhe May 8, 2024
3dbe63c
add validation for error handling
snehalsankhe May 9, 2024
a361b9f
Merge pull request #95 from contentstack/cmg-99-locales-search
AishDani May 9, 2024
53d848b
create a function to get all locals of particular stack and add that…
shristi-sinha May 9, 2024
06dcd46
Merge pull request #96 from contentstack/feature/get-all-locale
shreyasBhoyar May 9, 2024
d65aa5f
Solved bugs
snehalsankhe May 9, 2024
8513574
Merge pull request #97 from contentstack/cmg-99-locales-search
sayalijoshi27 May 9, 2024
d115a48
[CMG-103] - UI for Mapping with group field
sayalijoshi27 May 9, 2024
1a6e4fb
Code refactored: resolved PR comments
sayalijoshi27 May 10, 2024
90700da
Merge pull request #98 from contentstack/feature/CMG-103
AishDani May 10, 2024
ffc12dc
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 May 10, 2024
2953148
feat:integrated advanced propertise with backend
AishDani May 10, 2024
3df80e2
Merge branch 'dev' of github.com:contentstack/migration-v2-node-serve…
AishDani May 10, 2024
02f5f32
refactor:resized modal size
AishDani May 10, 2024
0bad06d
refactor:changed library sequences
AishDani May 10, 2024
b1565f8
Merge pull request #99 from contentstack/feature/project-dashboard
sayalijoshi27 May 10, 2024
3bd3583
[CMG-102] - UI for for On row uncheck make isdeleted value to true
sayalijoshi27 May 10, 2024
f4f8ded
Content mapper merged
sayalijoshi27 May 10, 2024
ad7d166
Removed console
sayalijoshi27 May 10, 2024
b978606
Merge pull request #100 from contentstack/feature/CMG-102
AishDani May 10, 2024
71142e7
refactor:resolved project name error showing on tab change
AishDani May 10, 2024
3040039
[CMG-105] - UI - Disable Title and Url fields from being mapped
sayalijoshi27 May 10, 2024
0c869ce
Merge pull request #101 from contentstack/feature/project-dashboard
sayalijoshi27 May 10, 2024
f0af2e3
Merge pull request #102 from contentstack/feature/CMG-102
snehalsankhe May 13, 2024
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
Prev Previous commit
Next Next commit
refactor:resized modal size
  • Loading branch information
AishDani committed May 10, 2024
commit 02f5f326d10fdf6fabb6831b13e8a51ce4e368ae
3 changes: 2 additions & 1 deletion ui/src/components/ContentMapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,8 @@ const ContentMapper = () => {
/>
),
modalProps: {
shouldCloseOnOverlayClick: true
shouldCloseOnOverlayClick: true,
size: 'small'
}
});
}
Expand Down