Bug #13201
Browse Physical storage page does not show values that have not been translated
Status: | Verified | Start date: | 10/10/2019 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18N | Estimated time: | 2.00 hours | |
Target version: | Release 2.6.0 | |||
Google Code Legacy ID: | Tested version: | 2.6 | ||
Sponsored: | Yes | Requires documentation: |
Description
To reproduce
- Login as a user with permissions to edit physical storage data
- Switch the AtoM UI to a culture other than the default culture
- Click "Manage > Physical storage" from the menus
- Click "Add new" at the bottom of the page
- Enter form data (e.g. name, location) and click "Save"
- Switch the AtoM UI to another culture
- Click "Manage > Physical storage" from the menus, and find the new item you added
Resulting error
- The "location" field is blank
Expected result
- The Browse Physical storage page should fall back to the source culture value for name and location if there is no translation in the current UI culture
Related issues
History
#1 Updated by David Juhasz over 2 years ago
#2 Updated by David Juhasz over 2 years ago
- Related to Feature #13183: Add CSV import for physical locations added
#3 Updated by David Juhasz over 2 years ago
- Description updated (diff)
The problem with rows having the wrong source_culture was limited to using the csv:physicalobject-import task to create the record, and I've fixed that issue in the import code. I've removed the source_culture problem from the issue description.
#4 Updated by David Juhasz over 2 years ago
- Status changed from New to Code Review
One line fix ready for code review: https://github.com/artefactual/atom/pull/988
#5 Updated by Dan Gillean over 2 years ago
- Status changed from Code Review to QA/Review
- Target version set to Release 2.6.0
#6 Updated by David Juhasz over 2 years ago
Merged to qa/2.6.x
#7 Updated by Dan Gillean over 2 years ago
- Status changed from QA/Review to Verified
- Sponsored changed from No to Yes
Looks good!