-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue #31 - Bug fixes #32
Issue #31 - Bug fixes #32
Conversation
@Jiu9Shen can you test the 4th bullet point, using both Reynold's provided sheet and one of your own? |
Page not found redirect error
Not suggesting a trait in stage 2 - describe trait
Extra spaces in column headers
Non-MS Excel spreadsheet
|
Updated code and fixed the error. I made a small update to make the default unit to "text" in create/add new column header form. |
Confirmed by @carolyncaron
I just retested "whitespace between words in column header" and unfortunately I'm still receiving the "Essential Traits are missing" error 😞 in step #1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just retested "whitespace between words in column header" and unfortunately I'm still receiving the "Essential Traits are missing" error 😞 in step #1
The extra space bug fix pertains only to new traits as indicated by the issue. I will create a separate issue for extra spaces in project-related traits (essential, subset, etc.). |
Ok, I created #41 to follow up with the whitespace error. With the understanding that the whitespace bug will be fixed in another issue, we will consider this issue approved 🎉 🎉 🎉 |
Page not found page redirect error
FIX: made the system generate the url instead of hard-coding it. This way, the module can correctly point to the right url when folder structure is different from dev version.
TO TEST: Create a test project in your dev and add header, user and environment data file to it. After adding, delete each one of them. In all delete/remove operation, the page should reload itself and not redirect to a page not found.
NOTE: This cannot be tested on the portal since there is no option to delete a project once you do testing to it.
Not suggesting a trait in stage 2 - describe trait
FIX: remove leading and trailing space to the trait.
TO TEST: Upload a spreadsheet file that contains a trait that is in another project. Click next to stage 2 where a field "Did you mean" will provide you an option of similar traits.
Extra spaces in column headers
FIX: replaced any multiple spaces in column headers into single space.
TO TEST: Upload a spreadsheet file with a column header with multiple spaces
eg. Plant height (cm), Days till 10% of Plants have One Open Flower
Non-MS Excel spreadsheet
FIX: Added a check to see if spreadsheet file matched MS Excel MIME information.
TO TEST: Use the file attached.
LibreOffice Spreadsheet.xlsx