mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Remove project on project restore [SCI-5582]
This commit is contained in:
parent
ee73088a81
commit
a7d0f5050d
1 changed files with 1 additions and 1 deletions
|
@ -352,6 +352,6 @@ class Project < ApplicationRecord
|
|||
end
|
||||
|
||||
def remove_project_folder
|
||||
self.project_folder = nil if archived?
|
||||
self.project_folder = nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue