Tag cannot be blank

This commit is contained in:
Karel Pičman 2023-05-23 07:54:14 +02:00
parent 7c8e70c30e
commit 88a761f1fe

View File

@ -147,7 +147,7 @@ class DmsfFilesController < ApplicationController
i = 0
params[:dmsf_file_revision][:custom_field_values].each do |_, v|
revision.custom_field_values[i].value = v
i += i
i += 1
end
end