agdsn / pycroft

The AG DSN management system
Apache License 2.0
19 stars 9 forks source link

Ticket linkification in task view #520

Open Paktosan opened 2 years ago

Paktosan commented 2 years ago

Current behaviour: It just shows ticket#<number>.

Expected behaviour: Like in the user log it creates a link to the ticket.

lukasjuhrich commented 2 years ago

Replacement logic: https://github.com/agdsn/pycroft/blob/34d69fb71b9c9e6958567a92c1b21d224313d801/web/resources/js/table.js#L361-L366 Invoked by: https://github.com/agdsn/pycroft/blob/ffb2d649fb9c31ef8e0b427b853b12a031a08ed5/web/blueprints/user/tables.py#L24-L36 What precisely do you mean by „task view“? The tasks-table in the user-view, or the list of tasks?

lukasjuhrich commented 2 years ago

Good first issue to learn how the table frontend works btw.

Paktosan commented 2 years ago

I mean the table in the user-view.