Defect #6309
missing "not_a_valid_parent" from all the locale files?
| Status: | New | Start date: | 2010-09-06 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Azamat Hackimov | % Done: | 0% |
|
| Category: | Translations | |||
| Target version: | Candidate for next minor release | |||
| Affected version: | 1.1.3 | Resolution: |
Description
I wonder if "not_a_valid_parent" is missing from all the locale files or not because the following error message showed up.
"Parent task translation missing: en, activerecord, errors, models, issue, attributes, parent_issue_id, not_a_valid_parent"
This error came up when I made the following operation.
1. Suppose I have this kind of subtask tickets
- 130: parent
- 131: child
- 132: grandchild
- 131: child
2. When I changed 131's parent task from 130 to 132, the above error message appeared.
Thanks.
Related issues
History
#1 Updated by Azamat Hackimov over 1 year ago
- Category set to Translations
- Assignee set to Azamat Hackimov
Yes, I hitted to this bug too. But it seems there must be "Circular dependency" exeption from here source:trunk/app/models/issue_relation.rb#L50. I'll check it later.
#2 Updated by David MartÃnez Moreno about 1 year ago
Azamat, any update? This is hitting me as well, Redmine 1.1.2.
#3 Updated by Etienne Massip about 1 year ago
- Target version set to Candidate for next minor release
- Affected version changed from 1.0.1 to 1.1.3
Actually, it can be reproduced very easily by trying to set an issue as parent of itself.
#4 Updated by Cassiano Monteiro 3 months ago
Actually, the key not_a_valid_parent is missing on the en.yml file (or other localization files).