Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,I want to know how to post source code suggestions?For example in "umbraco\presentation\template.cs" line 401 there is SQLselect nodeId, alias, master, text, design from cmsTemplate inner join umbracoNode node on node.id = cmsTemplate.nodeId where nodeId = @templateIDinner join isn't needed. There should beselect nodeId, alias, master, text, design from cmsTemplate where nodeId = @templateIDThank you for info
Codeplex right side 'submit a patch'
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to post source code changes?
Hello,
I want to know how to post source code suggestions?
For example in "umbraco\presentation\template.cs" line 401 there is SQL
select nodeId, alias, master, text, design from cmsTemplate
inner join umbracoNode node on node.id = cmsTemplate.nodeId
where nodeId = @templateID
inner join isn't needed. There should be
select nodeId, alias, master, text, design from cmsTemplate
where nodeId = @templateID
Thank you for info
Codeplex right side 'submit a patch'
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.