Umbraco back-office error previewing dummy.txt - #22
Closed
amelvin wants to merge 3 commits into
Closed
Conversation
…office" This reverts commit da3d557.
The default Umbraco 6 build puts a dummy.txt file in the scripting files to stop the folder being empty, but the Umbraco back-end errors if you click on it. Having txt files as an allowable scriptfiletype solves this
Member
|
Hey Antony, luckily you can't mess anything up! :-) So if you can make it work like that then we can merge your changes in. |
Author
|
OK, thanks for the tips - I'll have a look at fixing the root cause then. |
Member
|
Hi Antony, in order to keep our overview clean I'm going to close this pull request for now. Still hope to see an update one! Thanks again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is my first github pull request - so I hope it's not a disaster! From the package manager in Visual Studio 2012 I did a:
install-package umbracocms
It dropped the dummy.txt file in the scripting files, but this file errors if you try to preview it in the back-office. This is previously reported here: http://issues.umbraco.org/issue/U4-1620