Commit 9a0720a3 authored by David Lawrence's avatar David Lawrence

Bug 1019177 - Provide link in saved search preferences page to a shared search…

Bug 1019177 - Provide link in saved search preferences page to a shared search that can be given to others r/a=glob
parent 641fe229
......@@ -101,6 +101,11 @@
>[% group.name FILTER html %]</option>
[% END %]
</select>
[% IF q.shared_with_group.id %]
(<a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
[% q.name FILTER uri %]&amp;sharer_id=
[% user.id FILTER uri %]">Link</a>)
[% END %]
[% IF user.can_bless %]
<span [% IF !bless_group_ids.grep("^$q.shared_with_group.id\$").0
%]class="bz_default_hidden"[% END %]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment