-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Description
Version: 2.5.2
Component:
public function handleSnip(int $account): void {
$this->redrawControl('profiles');
}template:
{define _xxx}
<input n:name="xxx">
{/define}
<a n:href="snip!">Ajax</a>In normal request _xxx is not called, but in ajax request is called by SnippetDriver. Probably name is problem (when _xxx is renamed to xxx, ajax request is ok), specifically _
PS: function name in generated php file is blockXxx instead of block_xxx
Metadata
Metadata
Assignees
Labels
No labels