Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
0ce11f2e
Commit
0ce11f2e
authored
Apr 01, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多言語不具合・作業一覧のソート順変更
parent
13df0a46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
ABVJE_BL/src/jp/agentec/abook/abv/bl/data/dao/OperationDao.java
+1
-1
ABVJE_UI_Android/res/values-ja/arrays.xml
+0
-7
ABVJE_UI_Android/res/values/arrays.xml
+6
-0
No files found.
ABVJE_BL/src/jp/agentec/abook/abv/bl/data/dao/OperationDao.java
View file @
0ce11f2e
...
...
@@ -288,7 +288,7 @@ public class OperationDao extends AbstractDao {
sql
.
append
(
" AND top.report_type in ("
+
reportTypeStr
+
")"
);
}
sql
.
append
(
" ORDER BY top.operation_start_date DESC, top.operation_
name A
SC"
);
sql
.
append
(
" ORDER BY top.operation_start_date DESC, top.operation_
id DE
SC"
);
Logger
.
v
(
TAG
,
"sql=%s"
,
sql
);
...
...
ABVJE_UI_Android/res/values-ja/arrays.xml
View file @
0ce11f2e
...
...
@@ -72,10 +72,4 @@
<item>
縦
</item>
<item>
縦(反転)
</item>
</string-array>
<string-array
name=
"operation_report_types"
>
<item>
Report
</item>
<item>
Routine
</item>
<item>
ReportReply
</item>
</string-array>
</resources>
\ No newline at end of file
ABVJE_UI_Android/res/values/arrays.xml
View file @
0ce11f2e
...
...
@@ -108,4 +108,9 @@
<item>
0
</item>
<item>
1
</item>
</string-array>
<string-array
name=
"operation_report_types"
>
<item>
Report
</item>
<item>
Routine
</item>
<item>
ReportReply
</item>
</string-array>
</resources>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment