Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topology: check if index is not empty #194

Merged
merged 2 commits into from
May 20, 2021

Conversation

abr-ubiqube
Copy link
Contributor

No description provided.

@abr-ubiqube abr-ubiqube requested a review from UBiqube-ydu May 20, 2021 07:37
@abr-ubiqube abr-ubiqube self-assigned this May 20, 2021
@UBiqube-ydu
Copy link
Contributor

The fix is good but if I'm not wrong the same one has to be done in Process_Create_View/Tasks/Task_Create.php

@@ -19,8 +19,8 @@ function list_args() {
$context['ipam_device_id'] = $matches['device_id'];

$view_type = $context["view_type"];
if ($context['ipam_device_id']) {
$ipam_device_id = $context['ipam_device_id'];
if (isset($context['ipam_device_id'])) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @yvesdumarest, fix done here also

@abr-ubiqube abr-ubiqube merged commit 0fa9686 into master May 20, 2021
@abr-ubiqube abr-ubiqube deleted the fix__undefined_index_ipam_device_id branch May 20, 2021 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants