Discussion:
[Agilo for Trac] Re: Remove Delete button
SteveRC1
2013-10-18 15:00:33 UTC
Permalink
We ran into this a few times. Another approach would be to have a
confirmation dialog on ticket deletion. I find it strange that the wiki
delete has a confirmation but ticket delete does not?

Is there a way to add this?
I'd prefer if it can be removed globally even for the TRAC_ADMIN role.
Sounds reasonable - please add your idea to
https://dev.agile42.com/wiki/Possible_Contributions
(use 'agilouser'/'agilouser')
fs
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo

---
You received this message because you are subscribed to the Google Groups "Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agilo+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
SteveRC1
2013-10-18 16:50:51 UTC
Permalink
I was able to hide the delete button from everyone by adding a line to
sytle.css as follows;

#content #propertyform .buttons input[name="delete"] {display:none}
Post by SteveRC1
We ran into this a few times. Another approach would be to have a
confirmation dialog on ticket deletion. I find it strange that the wiki
delete has a confirmation but ticket delete does not?
Is there a way to add this?
I'd prefer if it can be removed globally even for the TRAC_ADMIN role.
Sounds reasonable - please add your idea to
https://dev.agile42.com/wiki/Possible_Contributions
(use 'agilouser'/'agilouser')
fs
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo

---
You received this message because you are subscribed to the Google Groups "Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agilo+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Stefano Rago
2013-10-28 17:44:45 UTC
Permalink
Hi Steve,

thanks for sharing your solution.

Do you think that a confirmation screen is a better solution than having the delete button deleted altogether?
We think that after all, at least TRAC_ADMIN should have the possibility to delete tickets, even going through a forgiving confirmation screen, but we would like to collect ideas from our users.

Cheers,
Stefano
I was able to hide the delete button from everyone by adding a line to sytle.css as follows;
#content #propertyform .buttons input[name="delete"] {display:none}
We ran into this a few times. Another approach would be to have a confirmation dialog on ticket deletion. I find it strange that the wiki delete has a confirmation but ticket delete does not?
Is there a way to add this?
I'd prefer if it can be removed globally even for the TRAC_ADMIN role.
Sounds reasonable - please add your idea to
https://dev.agile42.com/wiki/Possible_Contributions
(use 'agilouser'/'agilouser')
fs
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum
You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/agilo
---
You received this message because you are subscribed to the Google Groups "Agilo for Trac" group.
For more options, visit https://groups.google.com/groups/opt_out.
Stefano Rago
Software Engineer
Agilo Software GmbH
Gruenberger Str. 54
10245 Berlin, Germany

stefano.rago-CKHYNj9aYvRx67MzidHQgQC/***@public.gmane.org
http://www.agilosoftware.com

Follow us on twitter: http://twitter.com/agiloforscrum, http://twitter.com/agilofortrac

Amtsgericht Charlottenburg: HRB 127146
CEO Marion Eickmann, Andrea Tomasini
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo

---
You received this message because you are subscribed to the Google Groups "Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agilo+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Steve Hyde
2013-10-28 18:18:42 UTC
Permalink
Hi Stephano,

Yes, of course a confirmation is preferred. I needed to stop losing tickets
right away so hid it from everyone.

Thanks,

Steve


On Mon, Oct 28, 2013 at 1:44 PM, Stefano Rago <
Post by Stefano Rago
Hi Steve,
thanks for sharing your solution.
Do you think that a confirmation screen is a better solution than having
the delete button deleted altogether?
We think that after all, at least TRAC_ADMIN should have the possibility
to delete tickets, even going through a forgiving confirmation screen, but
we would like to collect ideas from our users.
Cheers,
Stefano
I was able to hide the delete button from everyone by adding a line to
sytle.css as follows;
#content #propertyform .buttons input[name="delete"] {display:none}
Post by SteveRC1
We ran into this a few times. Another approach would be to have a
confirmation dialog on ticket deletion. I find it strange that the wiki
delete has a confirmation but ticket delete does not?
Is there a way to add this?
I'd prefer if it can be removed globally even for the TRAC_ADMIN role.
Sounds reasonable - please add your idea to
https://dev.agile42.com/wiki/**Possible_Contributions<https://dev.agile42.com/wiki/Possible_Contributions>
(use 'agilouser'/'agilouser')
fs
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum
You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/agilo
---
You received this message because you are subscribed to the Google Groups
"Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
Stefano Rago
Software Engineer
Agilo Software GmbH
Gruenberger Str. 54
10245 Berlin, Germany
http://www.agilosoftware.com
Follow us on twitter: http://twitter.com/agiloforscrum,
http://twitter.com/agilofortrac
Amtsgericht Charlottenburg: HRB 127146
CEO Marion Eickmann, Andrea Tomasini
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum
You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/agilo
---
You received this message because you are subscribed to the Google Groups
"Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
--
Follow Agilo on Twitter: http://twitter.com/agilofortrac
Please support us by reviewing and voting on:
http://userstories.com/products/8-agilo-for-scrum
http://ohloh.net/p/agilo-trac
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Trac" Google Group. This group is focused on
supporting Agilo for Trac users and is moderated by
Agilo Software GmbH <http://www.agilosoftware.com>.

To post to this group, send email to agilo-/***@public.gmane.org
To unsubscribe from this group, send an email to
agilo+unsubscribe-/***@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/agilo

---
You received this message because you are subscribed to the Google Groups "Agilo for Trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email to agilo+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...