Skip to content

Commit

Permalink
Merge pull request #72 from bcgov/idim-notice
Browse files Browse the repository at this point in the history
Add notice on Configure Bucket form
  • Loading branch information
jujaga authored Apr 13, 2023
2 parents 9f0794d + b57c09d commit bb4f5a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/src/components/bucket/BucketList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ onMounted(async () => {
{{ bucketConfigTitle }}
</h3>

<Message severity="warn">
{{ BucketConfig.NOTICE_NEW_BUCKET }}
</Message>

<BucketConfigForm
:bucket="bucketToUpdate"
@submit-bucket-config="closeBucketConfig"
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export const BucketConfig = Object.freeze({
HEADER_NEW_BUCKET: 'Configure bucket',
TITLE_NEW_BUCKET: 'Use this form to configure a bucket to be used in BCBox for the first time.'
TITLE_NEW_BUCKET: 'Use this form to configure a bucket to be used in BCBox for the first time.',
NOTICE_NEW_BUCKET: 'If you intend to share files in your bucket with BCeID users, you are required'
+ ' to email [email protected] to share your intentions and where you intend to advertise this.'
});

export const Permissions = Object.freeze({
Expand Down

0 comments on commit bb4f5a7

Please sign in to comment.