개정판 71f5a3be
issue #811: fixed print dialog clashed
Change-Id: I96255ea420a1ef1bd1836ab05e6112a7135bfcd8
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
449 | 449 |
Logger.sendResLog("GetPrintDocItemList", "FALSE", 1); |
450 | 450 |
} |
451 | 451 |
|
452 |
string sFolder = App.ViewInfo.DocumentItemID.All(char.IsDigit) ? (Convert.ToInt64(App.ViewInfo.DocumentItemID) / 100).ToString() : App.ViewInfo.DocumentItemID.Substring(0, 5); |
|
452 | 453 |
var Tile_Url = string.Format(@"{0}/TileSource/{1}_Tile/{2}/{3}/", |
453 | 454 |
App.SystemInfo.HostName, |
454 | 455 |
App.ViewInfo.ProjectNO, |
455 |
(Convert.ToInt64(App.ViewInfo.DocumentItemID) / 100).ToString(),
|
|
456 |
sFolder,
|
|
456 | 457 |
App.ViewInfo.DocumentItemID |
457 | 458 |
); |
458 | 459 |
|
내보내기 Unified diff