https://avo.cool logo
Another issue, this one is on 2.44: In resourc...
# avo-2
m
Thread automatically created by rickychilcott in #740893011994738751
s
HTML from the button is:
Copy code
html
<div class="w-full space divide-y">
        <a data-turbo-frame="actions_show" data-action="click->actions-picker#visitAction" data-actions-picker-target="resourceAction" data-disabled="false" title="Masquearde" class="flex items-center px-4 py-3 w-full font-semibold text-sm hover:bg-primary-100 text-black" href="/avo/resources/users/3971/actions?action_id=MasqueradeAsUserAction">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-5 mr-1 inline pointer-events-none"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
 Masquearde
</a>        <a data-turbo-frame="actions_show" data-action="click->actions-picker#visitAction" data-actions-picker-target="resourceAction" data-disabled="false" title="Send Onboarding Invite" class="flex items-center px-4 py-3 w-full font-semibold text-sm hover:bg-primary-100 text-black" href="/avo/resources/users/3971/actions?action_id=SendOnboardingInvite">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-5 mr-1 inline pointer-events-none"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
 Send Onboarding Invite
</a>    </div>
l
@strong-restaurant-36788 It happens on my end only when
self.turbo = true
options is present, can you please remove the
self.turbo
action option restart the server and try agai please?
Catched it,
self.no_confirmation = true
is causing it, looking into it
Thanks for reporting
s
No problem. Thanks work working on a fix.