Commit ff852384 by Lee Jaebin

Merge branch 'features/1.0.500' into feature/1.0.500_34190

parents 7d4a7326 aea165ad
......@@ -729,8 +729,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