Error with non-branch directories
Bug #1995625 reported by
Aleksandr Smyshliaev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Fix Committed
|
Low
|
Aleksandr Smyshliaev |
Bug Description
The directory template attempts to access `last_change` attribute on non-branch directories: https:/
But the DirEntry class only computes the change time for branch directories, and the attribute name is `last_change_time`.
Related branches
lp://staging/~a1s/loggerhead/non-branch-directories
- Colin Watson (community): Approve
-
Diff: 46 lines (+11/-4)2 files modifiedloggerhead/controllers/directory_ui.py (+10/-3)
loggerhead/templates/directory.pt (+1/-1)
Changed in loggerhead: | |
assignee: | nobody → Aleksandr Smyshliaev (a1s) |
status: | New → Fix Committed |
importance: | Undecided → Low |
To post a comment you must log in.