From c99084c65c9883a243715db3ba2ba1d6562803d8 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 22 Sep 2025 13:57:37 -0500 Subject: [PATCH] No workflows, columns will be ad-hoc --- app/views/collections/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/collections/edit.html.erb b/app/views/collections/edit.html.erb index 55a7d53e7..b69017900 100644 --- a/app/views/collections/edit.html.erb +++ b/app/views/collections/edit.html.erb @@ -38,7 +38,7 @@
- <%= render "collections/edit/workflows", collection: @collection %> + <%# render "collections/edit/workflows", collection: @collection %> <%= render "collections/edit/auto_close", collection: @collection %> <%= render "collections/edit/publication", collection: @collection %> <%= render "collections/edit/delete", collection: @collection %>