jmsperu commented on PR #13074:
URL: https://github.com/apache/cloudstack/pull/13074#issuecomment-4902088399
Merged latest `main` and resolved the conflict in `BackupManagerImpl.java`.
It was two complementary status criteria on the same search builder: kept both,
my `statusNeq` (excludes the `Hidden` chain tombstones) and the `backupStatus`
EQ filter from #13254. Both apply downstream (`setParameters("statusNeq",
Hidden)` and `setParametersIfNotNull("backupStatus", ...)`). Pushed as 4707ccd.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]