-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
[5.x] Support non-revisable fields #11252
base: 5.x
Are you sure you want to change the base?
Conversation
I didn't see any tests for EntriesController nor TermsController, and honestly I was afraid to start them cuz I bet they need lots of setup. Happy to start one, with some guidance |
Those are in Tests\Feature\Entries\StoreEntryTest, UpdateEntry, EditEntryTest, etc. |
Don't understand why the tests are failing, cuz one of the runs DID pass. |
The failing test is not your fault. 👌 #11315 If you merge 5.x back into your branch now it should be ok. |
@jasonvarga as term revisions aren't actually supported, this is good to go now. |
We have a feature were you can sponsor an orphan. The sponsorship happens in the background (through folks signing up online).
We also have revisions. The issue is that if we want to revert back to some previous orphan data, we might be restoring a version that doesn't have a sponsorship, which will cause problems.
So we'd like to set the sponsorship fields as non-revisable so they persist.