Allow for punctuation, special characters, etc in Job Name #211
+8
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should allow for special characters in Job Names, which would fix the following issues:
#204
#144
This allows the Job Name to contain (what I have tested) the following characters at least:
Basically, any of the following, while still allowing the tab to function as expected.
![Screenshot 2025-01-20 at 8 26 44 PM](https://private-user-images.githubusercontent.com/4028612/404987440-9bfdf309-2cc4-4d7e-8493-f85442923742.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDExMTYsIm5iZiI6MTczOTE0MDgxNiwicGF0aCI6Ii80MDI4NjEyLzQwNDk4NzQ0MC05YmZkZjMwOS0yY2M0LTRkN2UtODQ5My1mODU0NDI5MjM3NDIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMjI0MDE2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDdlOGQ3MzQwYzI3YzdkYWVhN2M4MjU2NGMxMTAxYzRhNzA3YWQ4NjY1ZTJjZTc4Njg0OGY4YTVlOGYxMTlkZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.p-vHaIeTDIDHgf655r39byBrCAa-P4gzM1AN6vVwK-o)
Additionally, still allows multiple companies of the same name and different date values.
Let me know if you would like any changes @gurusabarish , though this is a very simple PR for a rather largely annoying but simple issue.