Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 2a177f7

Browse files
committed
Removed comment
1 parent 59274af commit 2a177f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Helpers/DocTypeGridEditorHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static IPublishedElement ConvertValue(string id, string contentTypeAlias
6767

6868
var newValue = propEditor.GetValueEditor().FromEditor(contentPropData, jProp.Value);
6969

70-
//TODO: Add ValueProcessor here.
70+
// Performing "ValueProcessing" if any ValueProcessor is configured for this Property Editor-alias.
7171
var processorsCollection = Current.Factory.GetInstance<DocTypeGridEditorValueProcessorsCollection>();
7272
var processor = processorsCollection.FirstOrDefault(x => x.IsProcessorFor(propEditor.Alias));
7373
if (processor != null)

0 commit comments

Comments
 (0)