Commit aea165ad by Kim Jinsung

Merge branch 'features/1.0.500_#33721' into 'features/1.0.500'

#33721 手書きパレット機能の追加

See merge request !16
parents 88bdeb21 ecd97466
......@@ -639,8 +639,6 @@ public class OperationListActivity extends ABVUIActivity {
mOperationLogic.createJsonForOpenABookCheckPano(operationDto.operationId, operationDto.contentId, contentPath);
mOperationLogic.createJsonForOperationContent(operationDto.operationId, contentPath, operationDto.reportType == ReportType.RoutineTask);
// 絞り検索マスタデータを受信、JSONファイルを生成
mApertureMasterDataLogic.initializeApertureMasterData(ABVDataCache.getInstance().getTempApertureMasterDataFetchDate());
// サーバ作業後、対応必要
StringBuffer path = new StringBuffer();
......
......@@ -142,7 +142,8 @@ public class ParentWebViewActivity extends ABVContentViewActivity {
}
mLocalFile = null;
//編集可能可否をチェックする。
if (mEnablePhotoEdit == 0) { //編集の場合、編集画面を開ける。
if (mEnablePhotoEdit.equals("1")) { //編集の場合、編集画面を開ける。
setFixedOrientation(true);
commonOpenEditPage();
}
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment