bootstrap-ui icon indicating copy to clipboard operation
bootstrap-ui copied to clipboard

FormHelper postlink Method is missing

Open julianpollmann opened this issue 6 years ago • 1 comments

This is a (multiple allowed):

  • [x] enhancement

  • [x] 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.

julianpollmann avatar Aug 14 '19 08:08 julianpollmann

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?

ADmad avatar Aug 14 '19 09:08 ADmad