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
plugins
CiviCRM Gutenberg Blocks
Commits
f1240dd9
Commit
f1240dd9
authored
Apr 09, 2021
by
Andrei Mondoc
Browse files
#7
ensure there's a profile id set
parent
082d36e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
civicrm-gutenberg-blocks.php
View file @
f1240dd9
...
...
@@ -556,6 +556,7 @@ class CiviCRM_Gutenberg_Blocks {
switch
(
$attributes
[
'component'
])
{
case
'profile'
:
unset
(
$attributes
[
'action'
],
$attributes
[
'id'
]);
$attributes
[
'gid'
]
=
$attributes
[
'gid'
]
??
1
;
break
;
case
'contribution'
:
...
...
Andrei Mondoc
@mecachisenros
mentioned in issue
#7 (closed)
·
Apr 09, 2021
mentioned in issue
#7 (closed)
mentioned in issue #7
Toggle commit list
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