Commit f697fe2e by Masaru Abe

#11641 コンテンツ間リンク機能許可

parent 2db04b37
......@@ -297,7 +297,8 @@ function getMediaType1(iValueObj) {
* Action Type = 11 : html
*/
if ( iValueObj.action != null ) {
if ( iValueObj.action.actionType == 10 || iValueObj.action.actionType == 11 || iValueObj.action.actionType == 12 || iValueObj.action.actionType == 13 ) {
//#11641 コンテンツ間リンク機能許可
if ( iValueObj.action.actionType == 11 || iValueObj.action.actionType == 12 || iValueObj.action.actionType == 13 ) {
return null;
}
}
......
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