This repository was archived by the owner on Jun 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33Changelog of Pull Request Notifier for Bitbucket.
44
55## Unreleased
6+ ### GitHub [ #173 ] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/173 ) Add the ability to specify forms for buttons
7+ Valid JSON in BUTTON_FORM_DATA
8+
9+ * Quotes were escaped with slashes.
10+
11+ [ 23680b44f0c2dd7] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/23680b44f0c2dd7 ) Tomas Bjerre * 2016-12-27 09:44:28*
12+
613### No issue
714 Doc
815
9- [ 7e6a120b07de7df ] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/7e6a120b07de7df ) Tomas Bjerre * 2016-12-27 08:15:48 *
16+ [ eae3578be0763bc ] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/eae3578be0763bc ) Tomas Bjerre * 2016-12-27 08:16:06 *
1017
1118## 2.44
1219### GitHub [ #173 ] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/173 ) Add the ability to specify forms for buttons
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ define('plugin/prnfb/pr-triggerbutton', [
270270 e . preventDefault ( ) ;
271271 dialogRef . hide ( ) ;
272272
273- submitButton ( JSON . stringify ( formResult ) ) ;
273+ submitButton ( formResult ) ;
274274 } ) ;
275275 AJS . $ ( "#dialog-close-button" ) . click ( function ( e ) {
276276 e . preventDefault ( ) ;
You can’t perform that action at this time.
0 commit comments