nextcloud-gpodder/lib
Linus Kardell cd7ec988f2 Fix getId() on null in deleteConflictingEpisodeAction
Previously, it would take the guid and try to search for that in the
episode URL column, which may not find a match (or possibly even find
the wrong match).

testDoNotFailToUpdateEpisodeActionByGuidIfThereIsAnotherWithTheSameValueForEpisodeUrl
didn't catch this issue because it used the same value for episode and
guid when updating at line 84, so fix that as well. And for good
measure, give the save actions different position values, so the asserts
actually check that the saves have succeeded and they found the right
episode.
2024-01-12 20:43:01 +01:00
..
Controller Apply suggestions from code review 2022-10-28 09:50:44 +02:00
Core Fix getId() on null in deleteConflictingEpisodeAction 2024-01-12 20:43:01 +01:00
Db delete conflicting episode action if current episode actions updates to same episode url 2023-02-24 20:48:53 +01:00
Migration Add separate migration so that all systems have the same schema after hotfix 2022-11-11 12:42:18 +01:00
Sections Initial test version 2022-10-28 09:50:44 +02:00
Settings Removed unused namespaces 2022-10-28 09:50:44 +02:00