-
-
Couldn't load subscription status.
- Fork 5
SF-3618 Write permissions for new books on sync #3528
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3528 +/- ##
==========================================
+ Coverage 82.47% 82.50% +0.03%
==========================================
Files 615 615
Lines 36937 37026 +89
Branches 6014 6050 +36
==========================================
+ Hits 30464 30549 +85
+ Misses 5586 5573 -13
- Partials 887 904 +17 ☔ View full report in Codecov by Sentry. |
b75fc23 to
328e9dd
Compare
test/SIL.XForge.Scripture.Tests/Services/ParatextServiceTests.cs
Dismissed
Show dismissed
Hide dismissed
328e9dd to
0e80e1d
Compare
0e80e1d to
5a7da61
Compare
5a7da61 to
9e74fba
Compare
This PR allows Administrators who do not have all access to books on a project to add drafts to it for books not currently in that project.
I have marked this PR as testing not required, as it is backend only, but if you want to test the change yourself, use the branch feature/SF-3567-frontend, which I have wired up to test this code (in a very basic manner).
An e2e test is sufficient for the changes to the sync runner, as these will only be triggered if a project has books created in SF not in PT.
This change is