Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
655640a9
Commit
655640a9
authored
Aug 23, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Aug 23, 2019
Browse files
Merge "Bug 1840368: Create page via tags not inserting all tagged artefacts into DB"
parents
bb149ecd
a8542d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/editlayout.php
View file @
655640a9
...
...
@@ -779,6 +779,8 @@ function create_block($bt, $configdata, $view, $column, $blockinfo = null) {
}
if
(
$bt
==
'taggedposts'
)
{
$blocktypeclass
::
save_tag_selection
(
$tagselect
,
$bi
);
// Need to make the block save again now we have made the tag selections
$bi
->
set
(
'dirty'
,
true
);
}
$bi
->
commit
();
return
$bi
->
get
(
'id'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment