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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...