jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Make idempotency token, tags always available in the create form

Open JasonWeill opened this issue 3 years ago • 0 comments

Problem

Currently, the idempotency token and tags are shown in the "additional options" sections of the create job form using the "advanced options" extension point. This requires extension point developers to copy our open source code if they wish to modify the "additional options" while keeping the idempotency token and tags as they are.

Proposed Solution

Always make the idempotency token and tags visible in the "additional options" section; make the open source extension point's contents blank, so that extension writers can add to, but not delete idempotency token or tags from, this section.

JasonWeill avatar Oct 25 '22 00:10 JasonWeill