Bugzilla – Attachment 163164 Details for
Bug 36190
op param for stateful requests must start with 'cud-'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36190: (QA follow-up) Tidy
Bug-36190-QA-follow-up-Tidy.patch (text/plain), 1.44 KB, created by
Marcel de Rooy
on 2024-03-15 07:55:36 UTC
(
hide
)
Description:
Bug 36190: (QA follow-up) Tidy
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-15 07:55:36 UTC
Size:
1.44 KB
patch
obsolete
>From 1e75cee4c8a4767f7727a32bee1c3c1ba1128028 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 13 Mar 2024 10:51:08 +0000 >Subject: [PATCH] Bug 36190: (QA follow-up) Tidy >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > xt/find-missing-op-in-forms.t | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/xt/find-missing-op-in-forms.t b/xt/find-missing-op-in-forms.t >index 8bb5d08b0c..e072344858 100755 >--- a/xt/find-missing-op-in-forms.t >+++ b/xt/find-missing-op-in-forms.t >@@ -39,8 +39,10 @@ for my $file ( @files ) { > push @errors, sprintf "%s:%s", $file, join (",", @e) if @e; > } > >-is( @errors, 0, "The <form> in the following files are missing it's corresponding op parameter, or op does not start with 'cud-' (see bug 34478)" ) >- or diag( Dumper @errors ); >+is( >+ @errors, 0, >+ "The <form> in the following files are missing it's corresponding op parameter, or op does not start with 'cud-' (see bug 34478)" >+) or diag( Dumper @errors ); > > sub catch_missing_op { > my ($file) = @_; >@@ -59,7 +61,7 @@ sub catch_missing_op { > if ( $in_form && $line =~ m{name="op"} ) { > $has_op = 1; > if ( $line =~ m{value="(.*)"} ) { >- $op_value = $1 >+ $op_value = $1; > } > } > if ( $in_form && $line =~ m{</form} ) { >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36190
:
162530
|
162531
|
163110
|
163111
|
163112
|
163149
|
163150
|
163151
|
163152
|
163162
|
163163
| 163164 |
163165