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

File : Properties Date field does not accept slashes as input #911

Open
grumpyinca opened this issue May 3, 2024 · 0 comments
Open

File : Properties Date field does not accept slashes as input #911

grumpyinca opened this issue May 3, 2024 · 0 comments
Assignees
Milestone

Comments

@grumpyinca
Copy link
Contributor

File : Properties gathers metadata about the current design. In the spring design types, Report 3 presents this information and allows it to be printed.

When entering fields in File : Properties, slashes (both forward slash and backslash) are suppressed. This makes it difficult to enter dates in a format like "12/12/2024".

It is possible that, in the existing code, slashes are suppressed because they cause problems when preparing the design to be stored in the database. It may be necessary to do some sort of substitution (dash/minus or %2F for forward slash and %5C for backslash ?) or provide an escape character (perhaps # ?).

@grumpyinca grumpyinca added this to the ODOP 4.8 milestone May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants