-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Allow org admins to set default workflow configs #2020
Conversation
4503deb
to
332e7d2
Compare
2736167
to
722164a
Compare
bab9226
to
447b63b
Compare
447b63b
to
2895253
Compare
@Shrinks99 FYI moved docs changes over to #2050 |
2895253
to
12d7ec2
Compare
|
||
type Field = keyof FormState; | ||
|
||
const infoText: Partial<Record<Field, string | TemplateResult>> = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice refactoring!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work! Feature's working great in the frontend the reorganization of some of the workflow editor code and types is great.
rename settings crawl-workflows -> crawling defaults rename component to btrix-org-settings-crawling-defaults
Renamed tab / component to 'Crawling Defaults' for consistency, to make it clear this is about defaults for crawl workflows and not to be confused with crawl workflows themselves. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor docs fixes, other than this looks great!
Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics>
Resolves #2017, follows #2031
Changes
workflow-editor
to move out utility functionsManual testing