posit-dev / publisher

MIT License
3 stars 0 forks source link

Use defaults from inspection for title #1715

Closed sagerb closed 2 months ago

sagerb commented 2 months ago

Intent

Resolves #1713

Modifies the code for the multi-steppers which are prompting for title, to use the initial value returned from the inspection APIs.

Type of Change

Approach

Simply set the initial value if there has been no value assigned within the multi-stepper yet.

Automated Tests

Directions for Reviewers

Exercise the three multi-steppers (new destination, select config, and new config) on the sample content types, selecting different entry points when available and making sure that the initial title value makes sense.

Please note that ShinyApp returns shinyapp for the HTML-rendered option of a shiny app.

Checklist

mmarchetti commented 2 months ago

Validated this via