From ae53c87fc96b951bc302fc0ed006ddaa02493fb4 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 24 Jan 2023 11:14:52 +0100 Subject: [PATCH] [FIX] runbot_merge: allow adding and removing release PR lines In order to support partial freezing, we need the ability to remove some of the release lines for the repos we don't want to freeze (e.g. because they don't use per-version branches). This subsequently means we need the ability to *create* new lines if we fucked up and removed one we should not have. Alternatively the freeze meat-bot could cancel the entire thing and redo the wizard but that seems harsh and mean, so don't do that. Fixes 0f3647b7c76f22e727a42366932d8c8ba9ceb53b which specifically mentioned partial freeze then proceeded to make them entirely impossible anyway. Part of #718 --- runbot_merge/models/project_freeze/views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot_merge/models/project_freeze/views.xml b/runbot_merge/models/project_freeze/views.xml index ecbcc35c..6fc466e0 100644 --- a/runbot_merge/models/project_freeze/views.xml +++ b/runbot_merge/models/project_freeze/views.xml @@ -28,7 +28,7 @@

- +