-
Notifications
You must be signed in to change notification settings - Fork 471
feat(api): copyright info for file #2475
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
Conversation
6d0c0b5
to
d1781e3
Compare
d1781e3
to
64ad5c5
Compare
This pull request has conflicts, please rebase with master to resolve those before we can evaluate the pull request. |
994b41c
to
e3f264e
Compare
666e25e
to
e3f264e
Compare
This pull request has conflicts, please rebase with master to resolve those before we can evaluate the pull request. |
e3f264e
to
d3ee967
Compare
c298c95
to
1345411
Compare
This pull request has conflicts, please rebase with master to resolve those before we can evaluate the pull request. |
e04f58b
to
dd5c1ce
Compare
This endpoint now uses query parameter to segregate active and inactive copyrights Thank you! |
dd5c1ce
to
b42626c
Compare
Please do have a look @GMishx |
b42626c
to
c2fb266
Compare
@GMishx should I be removing the Test case as of now?? As discussed earlier we were planning to issue separate PRs for test cases. |
6c49b4c
to
64479fc
Compare
Along with the Please do have a look @GMishx and let me know if any changes are required or not. Thank you! |
$agentId = $this->CopyrightHist->getAgentId($uploadPk, 'copyright_ars'); | ||
$UploadTreeTableName = $this->uploadDao->getUploadtreeTableName($uploadPk); | ||
$returnVal = null; | ||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please work on it.
Else remove the block as it is unnecessary.
bcbea22
to
345ea6b
Compare
I have made the requested changes sir. |
$this->clearingDao = $this->container->get('dao.clearing'); | ||
$this->licenseDao = $this->container->get('dao.license'); | ||
$this->uploadDao = $container->get('dao.upload'); | ||
$this->restHelper = $container->get('helper.restHelper'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No change was done on this line. Please do not resolve the issue if no work was done.
Please make the changes and rebase the branch to resolve merge conflicts. |
I made the changes rebased the branch and force pushed... yet it is not showing in GitHub. weird! |
7f27264
to
20c351e
Compare
Description
Copyright info for file is exposed through
/file/upload/{UploadId}/item/{ItemId}/copyrights
endpointScreenshots
How to test
Send a GET request to
/file/upload/{UploadId}/item/{ItemId}/copyrights
endpoint to see the result.Closes #2468