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

Commit 3ba6c1d

Browse files
authored
Merge pull request #6 from ArnoldV/patch-5
Set title when block is added, but no doctype is chosen in the overlay
2 parents a3be520 + 740cdc9 commit 3ba6c1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
overlayOptions.titles.selectContentType = data[2];
3535
overlayOptions.titles.selectBlueprint = data[3];
3636
});
37+
38+
$scope.title = overlayOptions.titles.selectContentType;
3739

3840
$scope.setValue = function (data, callback) {
3941
$scope.control.value = data;

0 commit comments

Comments
 (0)