Skip to content
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

Fix formatting of "Installer Information" in "New Project Information" form #268

Open
markborkum opened this issue Feb 6, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@markborkum
Copy link
Collaborator

In the src/templates/reusable/project_info_inputs.mdx file, the "The Installer information is optional..." text should be on a new line.

This amounts to replacing

<DocNameInput label="Project Name" path="doc_name" required />
##### Installer Information *The Installer information is optional, but we
recommend filling in at least one field for reference in the the final report.*
<StringInput label="Technician Name" path="installer.name" />
Image

with

<DocNameInput label="Project Name" path="doc_name" required />

##### Installer Information 

*The Installer information is optional, but we
recommend filling in at least one field for reference in the the final report.*

<StringInput label="Technician Name" path="installer.name" />
Image
@markborkum markborkum added the bug Something isn't working label Feb 6, 2025
@sudhacheran
Copy link
Collaborator

I believe this has been introduced in main recently. It is displayed correctly in live.

Image

Will get this updated in main.

@sudhacheran sudhacheran self-assigned this Feb 6, 2025
markborkum added a commit that referenced this issue Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants