SciCatProject / backend-v3

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

Refactor handlebar effects to allow public retrieve #721

Closed minottic closed 1 year ago

minottic commented 1 year ago

Description

Refactor handlebar effects to allow public retrieve

Motivation

A case where a public job is submitted but still has to apply some retrieve features was needed. One can enable it, by setting the value config.smtpMessage.publicRetrieve to true.

Changes:

Tests included/Docs Updated?

minottic commented 1 year ago

@marcoleorato I did some refactoring of the handlebarsEffect.js, and I think you use it as well. Could you please review this PR, to make sure it does not inadvertently break features?