Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
radar
drupal-make
Commits
60b216c4
Commit
60b216c4
authored
Aug 26, 2018
by
ekes
Browse files
Floaty debug code. Accidentally left in
343e2ea6
.
parent
d733f755
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/radar/radar_services/plugins/services_entity/resource_controller.inc
View file @
60b216c4
...
...
@@ -653,7 +653,6 @@ class RadarServicesEntityResourceController extends ServicesEntityResourceContro
$nids
=
entity_get_id_by_uuid
(
$entity_type
,
[
$group
[
'id'
]]);
$post
[]
=
reset
(
$nids
);
}
print_r
(
$post
);
$request
=
[];
foreach
((
array
)
$og_group_request
as
$group
)
{
$nids
=
entity_get_id_by_uuid
(
$entity_type
,
[
$group
[
'id'
]]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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