- π¨π¦Canada adriancid Montreal, Canada
Closing because the current development is being made in branch 2.x
To support query logic changes in β¨ Add support for "Maximum number allowed" revisions per content node translation Needs review and #3094354: Delete draft revisions safely β , I'm proposing to refactor NodeRevisionDelete:getCandidatesRevisionsByNids() as NodeRevisionDelete:getCandidatesRevisionsByNid() to only accept a single node id so that the query logic found within NodeRevisionDelete:getCandidatesRevisionsByNids() and use a subquery to only find translated revisions that are older than the current translation version.
This solution relies upon patch from #3127258-4: Replace CandidateNodesForm::submitForm usage of getCandidatesRevisionsByNids β to remove the only usage of NodeRevisionDelete:getCandidatesRevisionsByNids() with an array of node IDs. Once removed, we can refactor NodeRevisionDelete:getCandidatesRevisionsByNids() as NodeRevisionDelete:getCandidatesRevisionsByNid() to accept a single node id.
None
Changes to NodeRevisionDelete interface and NodeRevisionDelete:getCandidatesRevisionsByNids().
None
TBD
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing because the current development is being made in branch 2.x