Skip to content

Conversation

@bigcat88
Copy link
Member

@bigcat88 bigcat88 commented Aug 23, 2024

Found this when writing a small test for nc_py_api

without this change $taskProcessingProvider->id are always null

$taskProcessingProvider = $this->getExAppTaskProcessingProvider($appId, $name);
if ($taskProcessingProvider !== null) {
	$this->mapper->delete($taskProcessingProvider);
	$this->resetCacheEnabled();
	return $taskProcessingProvider;
}

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88 bigcat88 merged commit ef35b71 into main Aug 23, 2024
@bigcat88 bigcat88 deleted the fix/taskprocessingapi-unregister branch August 23, 2024 12:28
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.

2 participants