Default Fallback Processor Feature#26
Open
chrissigmon wants to merge 74 commits intoHedgehogDevelopment:masterfrom
Open
Default Fallback Processor Feature#26chrissigmon wants to merge 74 commits intoHedgehogDevelopment:masterfrom
chrissigmon wants to merge 74 commits intoHedgehogDevelopment:masterfrom
Conversation
added 30 commits
March 28, 2016 15:03
…nfig file for better readability.
…s with deployment.
… deployment then enable it once project is set up.
…ates to dynamically create content items. Fixed spelling error in setting name.
…e event will delete the item when the template is deleted.
…content item in the location specified in the config file when a template is created in a specific location specified in the config file.
…h the database the developer intends since we are dealing with events
…on methods, reduce code, and additional config file changes integrations
added 15 commits
April 12, 2016 13:57
…ling the Default Item
… own context as needed instead of being a helper class
src/FieldFallback.sln
Outdated
| EndProject | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Web", "Demo.Web\Demo.Web.csproj", "{CC55891F-E4DE-4EBD-9A01-0F4498E49FCF}" | ||
| EndProject | ||
| Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".tds", ".tds", "{82477168-C91B-4DEA-BBFB-0FE78B4900CC}" |
Member
There was a problem hiding this comment.
This folder wasn't checked into source control and shouldn't be included in the SLN file.
| { | ||
| using (new SecurityDisabler()) | ||
| { | ||
| return field.Item; |
Member
There was a problem hiding this comment.
Shouldn't you be locating and returning the "Default Values Item"? This method it just returning the same item it already has.
added 8 commits
June 13, 2016 18:38
…n the config of the application
…et the template path and remove it since we have a setting for it.
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 feature allows content editors to set defaults for fields above Standard Values. However, Standard Values will override the Fallback value, which we would want.