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': ...@@ -12,6 +12,7 @@ if context.getPortalType() == 'Project':
else: else:
project = context.getFollowUpValue() project = context.getFollowUpValue()
support_request = project.Project_createTicketWithCausality( support_request = project.Project_createTicketWithCausality(
'Note',
title, title,
description, description,
causality=context.getRelativeUrl(), 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