IDEMPIERE-4421 Html asset versioning should allow fluent deployment (#441)

Fix problem reported by ken.wang at
https://mattermost.idempiere.org/idempiere/pl/3wmpzg1o5i88dec5pifkjd3qfe
This commit is contained in:
Carlos Ruiz 2020-12-07 15:59:23 +01:00 committed by GitHub
parent 58c6716253
commit 416d92a292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class WebDoc
m_topRight.addElement(new img("res:org/compiere/images/iD10030.png")
.setAlign(AlignType.RIGHT).setAlt("iDempiere"));
} else {
m_topRight.addElement(new img("webui/theme/default/images/header-logo.png")
m_topRight.addElement(new img("/webui/images/header-logo.png")
.setAlign(AlignType.RIGHT).setAlt("iDempiere"));
}
m_topRow.addElement(m_topRight);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB