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
a314d3e0
Commit
a314d3e0
authored
Jun 07, 2023
by
Kazuyuki Hida
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'features/1.4.500_dev' into 'features/1.4.500'
課題9,10を修正 See merge request
!318
parents
2cb30549
f14caad6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
13 deletions
+1
-13
ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/UserAuthenticateLogic.java
+0
-12
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVNoAuthenticatedActivity.java
+1
-1
No files found.
ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/UserAuthenticateLogic.java
View file @
a314d3e0
...
@@ -209,19 +209,7 @@ public class UserAuthenticateLogic extends AbstractLogic {
...
@@ -209,19 +209,7 @@ public class UserAuthenticateLogic extends AbstractLogic {
// 同じユーザの場合、警告なし
// 同じユーザの場合、警告なし
result
=
DeleteDataType
.
None
;
result
=
DeleteDataType
.
None
;
}
else
{
}
else
{
if
(
contractLogic
.
getUDIDOverwiteFlag
())
{
if
(
isDiffUserGroup
(
dto
.
sid
))
{
// 異なるグループの場合、全て削除
result
=
DeleteDataType
.
All
;
result
=
DeleteDataType
.
All
;
}
else
{
// 同一グループの場合
// 警告なし
result
=
DeleteDataType
.
None
;
}
}
else
{
// UDID上書きがfalseの場合、全て削除
result
=
DeleteDataType
.
All
;
}
}
}
}
}
return
result
;
return
result
;
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVNoAuthenticatedActivity.java
View file @
a314d3e0
...
@@ -286,9 +286,9 @@ public abstract class ABVNoAuthenticatedActivity extends ABVActivity {
...
@@ -286,9 +286,9 @@ public abstract class ABVNoAuthenticatedActivity extends ABVActivity {
private
void
showMain
()
{
private
void
showMain
()
{
try
{
try
{
try
{
ContractLogic
contractLogic
=
AbstractLogic
.
getLogic
(
ContractLogic
.
class
);
ContractLogic
contractLogic
=
AbstractLogic
.
getLogic
(
ContractLogic
.
class
);
contractLogic
.
initializeContractServiceOption
();
contractLogic
.
initializeContractServiceOption
();
try
{
final
ABVDataCache
dataCache
=
ABVDataCache
.
getInstance
();
final
ABVDataCache
dataCache
=
ABVDataCache
.
getInstance
();
dataCache
.
refreshServiceOptions
();
dataCache
.
refreshServiceOptions
();
...
...
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