[
http://jira.magnolia-cms.com/browse/MAGNOLIA-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kimmo Björnsson updated MAGNOLIA-3558:
--------------------------------------
Description:
I have choosen a default extension as empty. But when opening pages from Admin
Central they open with html as extension. It would be nice to have no extension
as choosen for various reasons.
In contextmenu.js row 263, html hard-coded.
function mgnlTreeMenuItemOpen(tree){
var url= contextPath + tree.selectedNode.path+".html";
var w=window.open(mgnlEncodeURL(url),"mgnlInline","");
if (w)
w.focus();
}
was:I have choosen a default extension as empty. But when opening pages from
Admin Central they open with html as extension. It would be nice to have no
extension as choosen for various reasons.
> "Open Page" from Admin Central should open page with choosen default extension
> ------------------------------------------------------------------------------
>
> Key: MAGNOLIA-3558
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3558
> Project: Magnolia
> Issue Type: Improvement
> Components: admininterface
> Affects Versions: 4.4.2
> Reporter: Kimmo Björnsson
> Assignee: Philipp Bärfuss
>
> I have choosen a default extension as empty. But when opening pages from
> Admin Central they open with html as extension. It would be nice to have no
> extension as choosen for various reasons.
> In contextmenu.js row 263, html hard-coded.
> function mgnlTreeMenuItemOpen(tree){
> var url= contextPath + tree.selectedNode.path+".html";
> var w=window.open(mgnlEncodeURL(url),"mgnlInline","");
> if (w)
> w.focus();
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------