{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
24 24 25 25 this.taskKey = taskKey; 26 26 this.taskReportId = taskReportId; 27 this.reportStartDate = DateTimeUtil.toStringInTimeZone(reportStartDate, DateTimeFormat.yyyyMMddHHmmssSSS_hyphen, "UTC"); 27 this.reportStartDate = DateTimeUtil.toStringInTimeZone(reportStartDate, DateTimeFormat.yyyyMMddHHmmss_hyphen, "UTC"); 28 28 } -
Developer
Dateの書式を間違えていたのを修正
-
-
1447 1447 <!-- カテゴリ選択機能 --> 1448 1448 <string name="no_child">No more data below.</string> 1449 1449 <string name="title_category">Category</string> 1450 <string name="title_all_operation">All</string> 1450 <string name="title_all_operation">Operation List</string> 1451 1451 <string name="category_list">Select Category</string> -
Developer
タイトルを変更
-
-
200 189 android:layout_marginRight="10dp" 201 190 android:visibility="gone" 202 191 android:onClick="onClickShowHelpView"/> 192 <ImageButton 193 android:id="@+id/btn_print" 194 android:layout_width="wrap_content" 195 android:layout_height="wrap_content" 196 android:background="@drawable/btn_operation_print_white" 197 android:scaleX="0.6" 198 android:scaleY="0.6" 199 android:visibility="gone" /> 203 200 </LinearLayout> -
Developer
ボタンの配置変更
-
-
1003 1003 afterABookCheckApi(mCmd, mTaskKey, 0, "", extJson.toString(), isOperationPdf()); 1004 1004 } else if (mAddReport) { // 作業追加ありの場合 1005 1005 // コールバック処理のみ行う。 1006 afterABookCheckApi(mCmd, mTaskKey, 0, "", null, isOperationPdf()); 1006 String extParam = null; 1007 if (mCmd.equals(ABookKeys.CMD_UNLOCK_REPORT)) { 1008 extParam = "{'reportStatus':0, 'message':''}"; 1009 } 1010 afterABookCheckApi(mCmd, mTaskKey, 0, "", extParam, isOperationPdf()); 1007 1011 } else { -
Developer
extParamを付けないとJSの方でエラーになるので、修正。
-
-
unmarked as a Work In Progress
Toggle commit list -
changed the description
Toggle commit list -
merged
Toggle commit list