Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
This commit is contained in:
parent
70bf7f6e19
commit
f5551efdfd
20 changed files with 146 additions and 99 deletions
|
@ -84,6 +84,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
options = [
|
||||
["Global", [['/', Namespace.global_id]] ],
|
||||
["Groups", groups.map {|g| [g.human_name, g.id]} ],
|
||||
[ "Users", users.map {|u| [u.human_name, u.id]} ]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue