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

FormHelper postlink Method is missing #278

Open
2 tasks done
julianpollmann opened this issue Aug 14, 2019 · 1 comment
Open
2 tasks done

FormHelper postlink Method is missing #278

julianpollmann opened this issue Aug 14, 2019 · 1 comment

Comments

@julianpollmann
Copy link
Contributor

julianpollmann commented Aug 14, 2019

This is a (multiple allowed):

  • enhancement

  • feature-discussion (RFC)

  • BootstrapUI Version: dev-develop

  • Bootstrap Framework Version: 4.3.1

  • jQuery: 3.3.1

What you did

Tried to create a postlink with <?= $this->Form->postlink() ?>, but the method is missing in Bootstrap's FormHelper.

Expected Behavior

Create a Link with a Form, like the FormHelper's postlink() method does to access Actions with $this->request->allowMethod('post')
Making use of Bootstrap Modal could be good for confirm messages.

@ADmad
Copy link
Member

ADmad commented Aug 14, 2019

Confirm message are not specific to post links, you have them for buttons and regular links too, so that's a separate concern.

What else bootstrap specific thing do you expect the postLink() method to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants