Open
Bug 1991021
Opened 22 days ago
No strings defined for feature_* where * is every optional Bugzilla feature
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
NEW
People
(Reporter: justdave, Unassigned)
Details
template/en/default/global/code-error.html.tmpl: [% ELSIF error == "feature_disabled" %]
template/en/default/global/code-error.html.tmpl: The [% install_string("feature_$feature") FILTER html %] feature is not
template/en/default/global/user-error.html.tmpl: [% ELSIF error == "feature_disabled" %]
template/en/default/global/user-error.html.tmpl: The [% install_string("feature_$feature") FILTER html %] feature is not
There are no install_strings starting with feature_ at all.
It's obviously pretty rare for either of those errors to actually get hit, but it confused a failed test which was running with mismatched dependencies which is where I ran into it.
You need to log in
before you can comment on or make changes to this bug.
Description
•