Skip to content

Commit 6804ab0

Browse files
committed
View all pads menu entry added
1 parent 014f3d4 commit 6804ab0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

init.rb

+8
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@
2323
:parent => :pads,
2424
:if => Proc.new {|p| User.current.allowed_to?(:create_pads, p) }
2525
})
26+
menu.push(:view_pads, { :controller => 'pads', :action => 'index' }, {
27+
:param => :project_id,
28+
#:caption => :label_pad_new,
29+
:parent => :pads
30+
#:if => Proc.new {|p| User.current.allowed_to?(:create_pads, p)
31+
32+
})
33+
2634
end

0 commit comments

Comments
 (0)