зеркало из https://github.com/microsoft/pai.git
Add type `template` and isPrivate `true` when saving from submission page (#5328)
This commit is contained in:
Родитель
ea3d04443f
Коммит
50798d995d
|
@ -207,6 +207,8 @@ export const SubmissionSection = props => {
|
|||
template.description = templateDescription;
|
||||
template.protocol = protocol.toYaml();
|
||||
template.source = 'pai';
|
||||
template.type = 'template';
|
||||
template.isPrivate = true;
|
||||
template.author = user;
|
||||
try {
|
||||
await createTemplate(template);
|
||||
|
|
Загрузка…
Ссылка в новой задаче