Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
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_web
check
Commits
6fcdbd06
Commit
6fcdbd06
authored
Apr 04, 2016
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#20023 ブラウザ】コンテンツ間リンクにその他コンテンツが指定された場合、表示できない
parent
fffb2ee3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
abvw/js/contentview.js
+4
-5
abvw/js/contentview_CreateObjects.js
+4
-0
No files found.
abvw/js/contentview.js
View file @
6fcdbd06
...
...
@@ -6232,7 +6232,7 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
//既存ログを送信する
COMMON
.
SetEndLog
(
CONTENTVIEW_GENERAL
.
contentID
);
COMMON
.
RegisterLog
();
if
(
data
.
contentData
.
alertMessageLevel
&&
data
.
contentData
.
contentType
!=
COMMON
.
ContentTypeKeys
.
Type_Others
){
if
(
data
.
contentData
.
alertMessageLevel
){
if
(
data
.
contentData
.
alertMessageLevel
==
CONTENTVIEW_CREATEOBJECT
.
alertMessageLevel
.
ShowAlert
){
if
(
data
.
contentData
.
alertMessage
){
...
...
@@ -6261,10 +6261,12 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
CONTENTVIEW_CREATEOBJECT
.
showContentConfirmDialog
(
data
.
contentData
.
alertMessageLevel
,
data
.
contentData
.
contentType
);
}
else
if
(
data
.
contentData
.
alertMessageLevel
==
CONTENTVIEW_CREATEOBJECT
.
alertMessageLevel
.
None
){
else
if
(
data
.
contentData
.
alertMessageLevel
==
CONTENTVIEW_CREATEOBJECT
.
alertMessageLevel
.
None
){
console
.
log
(
"contentType:"
+
data
.
contentData
.
contentType
);
if
(
data
.
contentData
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Link
){
HEADER
.
viewLinkContentById
(
targetContentId
);
}
else
if
(
data
.
contentData
.
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Others
){
HEADER
.
downloadResourceById
(
targetContentId
);
}
else
{
ClientData
.
common_preContentId
(
targetContentId
);
ClientData
.
common_prePageNo
(
page
);
...
...
@@ -6284,9 +6286,6 @@ CONTENTVIEW.panoContentLink = function(targetContentId, page){
}
}
else
{
CONTENTVIEW
.
showAlertScreen
(
I18N
.
i18nText
(
'msgContentLinkNotOpen'
),
null
);
}
},
function
(
xmlHttpRequest
,
txtStatus
,
errorThrown
)
{
...
...
abvw/js/contentview_CreateObjects.js
View file @
6fcdbd06
...
...
@@ -1451,6 +1451,8 @@ CONTENTVIEW_CREATEOBJECT.createAlertTypeDialog = function(msg, contentType){
if
(
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Link
){
HEADER
.
viewLinkContentById
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
preContentId
);
}
else
if
(
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Others
){
HEADER
.
downloadResourceById
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
preContentId
);
}
else
{
ClientData
.
common_preContentId
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
preContentId
);
ClientData
.
common_prePageNo
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
prePageNo
);
...
...
@@ -1527,6 +1529,8 @@ CONTENTVIEW_CREATEOBJECT.createPwdRequiredTypeDialog = function(contentType){
if
(
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Link
){
HEADER
.
viewLinkContentById
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
preContentId
);
}
else
if
(
contentType
==
COMMON
.
ContentTypeKeys
.
Type_Others
){
HEADER
.
downloadResourceById
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
preContentId
);
}
else
{
ClientData
.
common_preContentId
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
preContentId
);
ClientData
.
common_prePageNo
(
CONTENTVIEW_CREATEOBJECT
.
moveContentParam
.
prePageNo
);
...
...
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