Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from umco/develop
Browse files Browse the repository at this point in the history
Preparing v2.0.2 release
  • Loading branch information
leekelleher authored Sep 5, 2018
2 parents f9bc223 + c5af79d commit ccc168f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2017

# version format
version: 2.0.1.{build}
version: 2.0.2.{build}

# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ angular.module("umbraco.directives").directive("innerContentOverlay", [
var res = process(scope.config.editorModels[cacheKey], dbModel);
return $q.when(res);
} else {
return innerContentService.createEditorModel(contentType, dbModel, blueprintId).then(function (em) {
return innerContentService.createEditorModel(contentType, null, blueprintId).then(function (em) {
scope.config.editorModels[cacheKey] = em;
var res = process(scope.config.editorModels[cacheKey], dbModel);
return res;
Expand Down

0 comments on commit ccc168f

Please sign in to comment.