Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upload and attach documents #461

Merged
merged 11 commits into from
May 30, 2024

Conversation

abouolia
Copy link
Contributor

No description provided.

Copy link

linear bot commented May 24, 2024


router.post(
'/',
this.attachmentsApplication.uploadPipeline.single('file'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validate the file should exist.

router.post(
'/:id/link',
[body('modelRef').exists(), body('modelId').exists()],
this.validationResult
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated code.

.attachmentButton:not([class*=bp4-intent-]) {
&,
&:hover{
background-color: #fff;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attachment button when be active should change its color when hover it.

packages/server/src/lib/S3/S3.ts Outdated Show resolved Hide resolved
@abouolia abouolia merged commit 8ed2474 into develop May 30, 2024
1 check failed
@abouolia abouolia deleted the big-157-attach-documents-to-transactions branch May 30, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant