Commit 15e0ecd0 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: create Note event for Bulletin

Keep the event only visible to managers
parent 0ba4e83c
......@@ -12,6 +12,7 @@ if context.getPortalType() == 'Project':
else:
project = context.getFollowUpValue()
support_request = project.Project_createTicketWithCausality(
'Note',
title,
description,
causality=context.getRelativeUrl(),
......
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