-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minor issues in staging #1251
Comments
issue 2: Is not an issue. |
issue 1: Added explicit completeness check that was missing |
issue 5: Not an issue. Might be caused by some setting present in ms excel, works fine with libreoffice calc |
@DaveEade49 @emmajclegg @siwhitehouse @IsabelBirds These issues has been resolved and the fixes are now deployed to staging branch. Please have a look and let us know if issue persists. |
@PG-Momik - Hi - Can you clarify more about issue 4? I've tried this one in Staging and Live and still get diverted to settings. |
@PG-Momik & @sriza - Issue 5 - This is an issue, I think what is happening here is that the "blank" csv that is being populated by the export process as the cells in column CT set to "custom" for dates instead of "general" which would then just render the value as 2 or whatever it is. ( see screenshot ) |
Summary of Testing
|
For no. 5, use single or double quote to make it string so that excel doesn't take it as date. - There are two values that this happens to not just one |
@DaveEade49 issue 13 was seen in organisation : World Vegetable Center. This organisation had the following information in organisation-identifier:
Before the fix, in the organisation-identifier edit page, an organisation could only chose organisation registration agency that had the country prefix (TW in this case) or the prefixes : XI or XR. Since the organisation had Registration Agency with prefix XM, the data was considered invalid and would not be displayed. This was causing the form to flicker on initial load. |
@PG-Momik - Ah, ok thats great - I'll mark that one as closed. |
Hi @DaveEade49 , Regarding issue 5, we've made changes to how Humanitarian Scope Vocabulary in csv are handled. Previously Humanitarian Scope Vocabulary cell would only consist one fo these code: Now the downloaded csv will contain either one of the follwing : Similarly when importing csv, any/all of the following data will be considered valid csv data : This change has been deployed to staging. |
Ok, happy with this fix - can we please apply to production. |
Issue 1
When user tries to publish the activity from the activity detail page, the core element is complete message is shown even when core element is not completed.
Issue 2 (Salil)
The download xls popup is shown only after refreshing the page.
Issue 3
When user edits the API token and verify the invalid token, the tag is shown correct.
Issue 4
IATI Validator message of sector and transaction is navigating the user to setting page.
Issue 5
When user downloads the csv file for activity, the date is being downloaded in the humanitarian vocabulary column.
Issue 6
When user imports the activity including the sector , recipient region and country in both transaction and activity level using the csv, xls and xml, both sector and recipient region and country in the activity and transaction level is disabled and data is shown in both the form.
Issue 7
Add validation in the result reference and indicator reference .If the reference vocabulary and code in added in the result level then it cannot be included in the indicator level and vice versa.
Issue 8 (Salil)
The support button is overlapping bulk publishing modal
Issue 9
When user adds the same language in the sector narrative no error message is shown.
When user edits and tries to update the organization identifier and humanitarian scope , error message is shown but data is updated.
When user cancels the import and again upload the file, the file upload popup is shown only after refreshing the page.
The text was updated successfully, but these errors were encountered: