mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-19 14:01:03 +08:00
Merge pull request #7571 from rekonder/aj_SCI_10721
Fix project folder id display [SCI-10721]
This commit is contained in:
commit
520ea64508
1 changed files with 1 additions and 5 deletions
|
@ -31,11 +31,7 @@ module Lists
|
|||
end
|
||||
|
||||
def code
|
||||
if project?
|
||||
object.code
|
||||
else
|
||||
"F#{object.id}" # We don't have proper code for folders, but we need to correct selection
|
||||
end
|
||||
end
|
||||
|
||||
def created_at
|
||||
|
|
Loading…
Reference in a new issue