Add tests for the events_for_object view and fix the content type of the same view response.
Fixes GitLab issue #311 for the events link.
This commit is contained in:
@@ -15,6 +15,7 @@ from .widgets import event_type_link
|
||||
|
||||
class EventsApp(MayanAppConfig):
|
||||
name = 'events'
|
||||
test = True
|
||||
verbose_name = _('Events')
|
||||
|
||||
def ready(self):
|
||||
|
||||
Reference in New Issue
Block a user