Ensure OAProc id == Resource name (#1346)

This commit is contained in:
Benjamin Webb
2023-09-02 22:00:23 -04:00
committed by GitHub
parent 19d7f53599
commit 2d3ec88320
+1
View File
@@ -3294,6 +3294,7 @@ class API:
p = self.manager.get_processor(key)
p2 = l10n.translate_struct(deepcopy(p.metadata),
request.locale)
p2['id'] = key
if process is None:
p2.pop('inputs')