-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Publications refactors #1370
Publications refactors #1370
Conversation
Makes the PublicationPage::$type property readonly as it can't be persisted like that There is no logic to change the type through the object, and I don't think there should be as it would add a considerable amount of complexity compared to the user just moving the file. Making it readonly makes it clear that it cannot be changed as changing the property would do nothing.
Codecov Report
@@ Coverage Diff @@
## publications-feature #1370 +/- ##
=========================================================
Coverage 99.97% 99.97%
+ Complexity 3394 1694 -1700
=========================================================
Files 360 180 -180
Lines 9170 4586 -4584
=========================================================
- Hits 9168 4585 -4583
+ Misses 2 1 -1 see 183 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
cd77321
to
59bceee
Compare
This just makes it all clearer. If/when we add more meta fields, that's something we can revisit then.
b5e91f6
to
7f4718c
Compare
69b73f9
to
eb02163
Compare
35fc0d9
to
b626aad
Compare
No description provided.