BUG 9180 Correct display priority in cases lists
Code Issue
----------
A number is display in the Priority column in the cases lists instead of the
priority in text.
Solution
--------
Correct display of priority column in cases lists.
The text that describes the priority is display instead of the priority number.
The number is converted to the corresponding text with the help of the function
G::LoadTranslation("ID_PRIORITY_N");
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<!-- <filter>
|
||||
<whitelist>
|
||||
<directory>./</directory>
|
||||
<exclude>
|
||||
@@ -26,5 +26,9 @@
|
||||
<directory>./rbac</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</filter> -->
|
||||
|
||||
<php>
|
||||
<var name="SYS_SYS" value="herbert" />
|
||||
</php>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user