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

Missing tablib import #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Missing tablib import #22

wants to merge 1 commit into from

Conversation

slominskir
Copy link
Member

@slominskir slominskir commented Sep 23, 2024

Results in invalid HTML that is logged, but ignored by most browsers. The HTML looks like:

<select id="date-range" class="datetime-range seven-am-offset">
   <option value="1fiscalyear">Previous Fiscal Year</option>
   <option value="1fiscalyearq4">Previous Fiscal Year Q4</option>
   <option value="1fiscalyearq3">Previous Fiscal Year Q3</option>
   <option value="1fiscalyearq2">Previous Fiscal Year Q2</option>
   <option value="1fiscalyearq1">Previous Fiscal Year Q1</option>
   <option value="1year">Previous Year</option>
   <option value="1month">Previous Month</option>
   <option value="1week">Previous Week (from Wed 7:00)</option>
   <c:if test="true">
   <option value="1ccshift">Previous CC Shift</option>
   </c:if>
   <option value="0fiscalyear">Current Fiscal Year</option>
   <option value="0fiscalyearq4">Current Fiscal Year Q4</option>
   <option value="0fiscalyearq3">Current Fiscal Year Q3</option>
...

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.

1 participant