Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313223 Details for
Bug 457596
FEAT: Catalog should disable all the input field and "Save Change" button in the certification test plan on people who are on the CC list 's view
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch Fix:
testplan.patch (text/plain), 3.42 KB, created by
XINSUN
on 2008-08-01 19:28:39 UTC
(
hide
)
Description:
Patch Fix:
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-08-01 19:28:39 UTC
Size:
3.42 KB
patch
obsolete
>Index: template/en/default/bug/testplan.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/testplan.html.tmpl,v >retrieving revision 1.8 >diff -u -r1.8 testplan.html.tmpl >--- template/en/default/bug/testplan.html.tmpl 30 Jul 2008 17:50:59 -0000 1.8 >+++ template/en/default/bug/testplan.html.tmpl 1 Aug 2008 19:18:54 -0000 >@@ -20,6 +20,28 @@ > # Vaskin Kissoyan <vkissoyan@yahoo.com> > #%] > >+[% IF !canedit && oncc %] >+<script> >+window.onload=function disabled() { >+ var input_objs = document.getElementsByTagName("input"); >+ var select_objs = document.getElementsByTagName("select"); >+ var textarea_objs = document.getElementsByTagName("textarea"); >+ for(var i = 0 ; i< input_objs.length;i++) >+ { >+ (input_objs[i]).disabled=true; >+ } >+ for(var i = 0 ; i< select_objs.length;i++) >+ { >+ (select_objs[i]).disabled=true; >+ } >+ for(var i = 0 ; i< textarea_objs.length;i++) >+ { >+ (textarea_objs[i]).disabled=true; >+ } >+} >+</script> >+[% END %] >+ > [% testplan_with_class = 'false' %] > > [% FOREACH tpb = bug.testplanboxes %] >Index: template/en/default/bug/testplan_with_class.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/testplan_with_class.html.tmpl,v >retrieving revision 1.3 >diff -u -r1.3 testplan_with_class.html.tmpl >--- template/en/default/bug/testplan_with_class.html.tmpl 31 Jul 2008 23:48:54 -0000 1.3 >+++ template/en/default/bug/testplan_with_class.html.tmpl 1 Aug 2008 19:18:55 -0000 >@@ -36,7 +36,9 @@ > </tr> > </table> > <p> >+ [% IF canedit %] > <input type="submit" name="submit" value="Save Changes"> >+ [% END %] > [% ELSE %] > <hr/> > <h3>Test Plan State</h3> >@@ -55,7 +57,9 @@ > </select></input><br> > <font color='blue'>Note: Test Plans cannot be frozen until all required devices have a class set.</font> > <p> >+[% IF canedit %] > <input type="submit" name="submit" value="Save Changes" > >+[% END %] > [% END %] > > <hr> >@@ -457,8 +461,10 @@ > </textarea> > [% END %] > <p> >+[% IF canedit %] > <input type="submit" name="submit" value="Save Changes" > > <input type="hidden" name="testplan_progress_box" value="enable"> > <input type="hidden" name="testplan_with_class" value="enable"> > [% END %] >+[% END %] > >Index: template/en/default/bug/testplan_without_class.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/testplan_without_class.html.tmpl,v >retrieving revision 1.1 >diff -u -r1.1 testplan_without_class.html.tmpl >--- template/en/default/bug/testplan_without_class.html.tmpl 30 Jul 2008 17:53:57 -0000 1.1 >+++ template/en/default/bug/testplan_without_class.html.tmpl 1 Aug 2008 19:18:55 -0000 >@@ -39,7 +39,9 @@ > </tr> > </table> > <p> >+ [% IF canedit %] > <input type="submit" name="submit" value="Save Changes"> >+ [% END %] > [% ELSE %] > <hr/> > <h3>Test Plan State</h3> >@@ -57,7 +59,9 @@ > </option> > </select></input> > <p> >+[% IF canedit %] > <input type="submit" name="submit" value="Save Changes" > >+[% END %] > [% END %] > > <hr> >@@ -159,7 +163,9 @@ > </textarea> > [% END %] > <p> >+[% IF canedit %] > <input type="submit" name="submit" value="Save Changes" > > <input type="hidden" name="testplan_progress_box" value="enable"> > <input type="hidden" name="testplan_without_class" value="enable"> > [% END %] >+[% END %]
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
Attachments on
bug 457596
: 313223 |
313224