Skip to content

Commit

Permalink
fix(app management): Template file encoding updated for 'technical in…
Browse files Browse the repository at this point in the history
…tegration' and 'add roles overlay' and deleted previos template (#491)
  • Loading branch information
lavanya-bmw authored Feb 12, 2024
1 parent 0776399 commit 214d2c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
- New UI navigation when menu has sub sections
- Subnavigation
- Show sub navigation button text in one line
- Company Name
- Update pattern in invite form and app release process
- Portal login navigation
- handle navigation as per applicationType and applicationStatus
- App Management
- Template file encoding updated for 'technical integration' and 'add roles overlay' and deleted previos template

## 1.8.0-RC4

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
roles;description
roles;description
Administrator;Administrator are able to configure the application as per the costumer need
Commercial Specialist;Commercial Specialist can approve commercial request and send them for the manager review
Commercial Manager;Commercial Specialist can do the final approval of commercial request and trigger the payout.
Recycler;Recycler can buy recycled material
Manager;This is only a test text
Manager;This is only a test text
2 changes: 1 addition & 1 deletion src/components/pages/AppOverview/AddRolesOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const AddRolesOverlay = ({
sx={{ mr: 2, mt: '5px', mb: 5, textAlign: 'center' }}
>
<a
href="../../app-provider-role-upload-example.csv"
href="../../template_app_role_upload.csv"
style={{ textDecoration: 'none' }}
download
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export default function TechnicalIntegration() {

<Grid item xs={12} sx={{ mr: 2, mt: 4, mb: 5, textAlign: 'center' }}>
<a
href="../../app-provider-role-upload-example.csv"
href="../../template_app_role_upload.csv"
download
style={{ textDecoration: 'none' }}
>
Expand Down

0 comments on commit 214d2c3

Please sign in to comment.