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 ticket issue with owners #47

Merged
merged 26 commits into from
May 6, 2023
Merged

fix ticket issue with owners #47

merged 26 commits into from
May 6, 2023

Conversation

dbajollari1
Copy link
Collaborator

No description provided.

@dbajollari1 dbajollari1 requested a review from MAPReiff May 6, 2023 17:14
MAPReiff and others added 15 commits May 6, 2023 13:17
Can not use <p> inside of <span>
A date input can not have a placeholder value
Previous code did not do anything at all as the form had no ID.

Previous code once the ID was added still did not do anything as it did not wait for the page to load.

Previous code once updated to wait was busted as it did not actually check for important stuff such as if values were blank, some non required values failed as the js thought they were required, and multiple instances of undefined vars being called.
The check for deadline was completed busted as well.

Regex wasnt checking the right form of date

I dont even know how the day/month.year substrings were being extracted but it clearly did not do anything so had to be fixed

tried to compare with the created on data which is not even passed in..

Scroll to top of page when error so they can see it
@MAPReiff
Copy link
Owner

MAPReiff commented May 6, 2023

Rebased with main, looks good!

@MAPReiff MAPReiff merged commit ac1f7dc into main May 6, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants