add dropdowns for client, owner, builder in subproject form

This commit is contained in:
Stefan Tollkühn
2025-07-24 18:14:36 +02:00
parent 0aab8a43c0
commit 78b53e58ce
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module SubprojectsHelper
def subproject_form_fields
[:subproject_name, :project_id, :client_id, :owner_id, :builder_id]
[:subproject_name, :project, :client, :owner, :builder]
end
def subproject_view_fields