Bugzilla – Attachment 62061 Details for
Bug 17956
Provide additional functionality in the onboarding tool through configuring z-targets, and providing information on setting up SIP and LDAP services
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17956 - Fixed the indentation of onboardingstep6.tt.
Bug-17956---Fixed-the-indentation-of-onboardingste.patch (text/plain), 26.87 KB, created by
Marc Véron
on 2017-04-11 19:25:37 UTC
(
hide
)
Description:
Bug 17956 - Fixed the indentation of onboardingstep6.tt.
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-11 19:25:37 UTC
Size:
26.87 KB
patch
obsolete
>From a27c19d86a044dc9cfdfc8951fb1f9da884fbff7 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Wed, 8 Feb 2017 14:48:58 +1300 >Subject: [PATCH] Bug 17956 - Fixed the indentation of onboardingstep6.tt. >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Ensured SIP2 was written in the joint SIP and LDAP information screen > >Followed test plan from comment #9, works as expected >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../prog/en/modules/onboarding/onboardingstep6.tt | 277 +++++++++++---------- > 1 file changed, 139 insertions(+), 138 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >index 9d28bf1..e617b37 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >@@ -50,17 +50,17 @@ > > <h3> Steps to setup Koha with LDAP</h3> > <ol> >- <li>1. In your Linux terminal navigate to the directory containing the koha-conf.xml file. This will be either:</li><br> >+ <li>In your Linux terminal navigate to the directory containing the koha-conf.xml file. This will be either:</li><br> > <ul> > <li> /etc/koha/sites/<instance-name>/koha-conf.xml<br></li> > <li> /etc/koha/koha-conf.xml<br></li> > </ul> > <i>e.g. cd /etc/koha/sites/kohadev/</i><br><br> >- <b>2. Open the koha-conf.xml file as root</b><br> >+ <li>Open the koha-conf.xml file as root</li><br> > <i> sudo vi koha-conf.xml</i><br><br> >- <b>3. Scroll down to the line containing "<useldapserver>0</useldapserver>" and change it to:</b><br> >+ <li>Scroll down to the line containing "<useldapserver>0</useldapserver>" and change it to:</li><br> > <i><useldapserver>1</useldapserver></i><br><br> >- <b>4. Write in the following information:</b><br> >+ <li>Write in the following information:</li><br> > <i><ldapserver id="<ldapservername>"></i><br> > <i><hostname><hostname></hostname></i><br> > <i><base>dc=<domaincontroller>,dc=<domaincontroller></base></i><br> >@@ -72,16 +72,16 @@ > <i><anonymous_bind><either0or1></anonymous_bind></i><br> > <i><principal_name><principalname></principal_name></i><br> > <i><update_password><either0or1></update_password></i><br><br> >- <div class="infoDiv"><b>Note:</b> The values in these fields will need to be changed to the appropriate value for your organisation. >+ <div class="infoDiv"><b>Note:</b> The values in these fields (above) will need to be changed to the appropriate value for your organisation. > Hostname can be either an alphanumeric string or an IP address. If the hostname is an IP address then you can choose to explicitly specify the port number or you can leave it as the default. </div><br> > >- <b>5. The following fields to write in (called maping fields) are optional. What they do is link the Koha database columns with the columns in your organisations user database.</b><br> >- e.g. the database column firstname is matched with the LDAP element givename<br> >+ <li>The following fields to write in (called maping fields) are optional. What they do is link the Koha database columns with the columns in your organisations user database.</li><br> >+ e.g. the database column firstname is matched with the LDAP element givename<br> > <i><mapping></i><br> > <i><firstname is="givenname" ></firstname></i><br> > <i><surname is="sn" ></surname></i><br> > <i><address is="postaladdress" ></address></i><br> >- <i><city is="l" >Athens, OH</city></i><br> >+ <i><city is="l" >Athens, OH</city></i> <!--All users by default will have the city value of Athens, OH--><br> > <i><zipcode is="postalcode" ></zipcode></i><br> > <i><branchcode is="branch" >MAIN</branchcode></i><br> > <i><userid is="uid" ></userid></i><br> >@@ -94,144 +94,145 @@ > <div class="infoDiv"> <b>Note:</b> The columns on the left (above) are columns existing in the LDAP server, the values in the middle are columns existing in the Koha database. Whilst any values outside the closing brackets on the right (i.e. Athens, OH) are the default values for these fields when a user is created. <br><br> > Where a LDAP column does not have a equivalent Koha column it is recommended you write in "1" for the Koha column value, although this is totally arbitrary.</div><br> > <h3> Example LDAP configurations </h3> >- <i><useldapserver>1</useldapserver></i><br><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --> >+ <i><useldapserver>1</useldapserver></i><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --><br> > <i><ldapserver id="ldapserver" listenref="ldapserver"></i><br> >- <i><hostname>ldaps://ldap.example.co.nz.au</hostname></i><br> >- <i><base>ou=employees,dc=compnaya,dc=com,dc=au</base></i><br> >- <i><user></user></i><br> <!-- DN, if not anonymous --> >- <i><pass></pass></i><br> <!-- password, if not anonymous --> >- <i><auth_by_bind>1</auth_by_bind></i><br> >- <i><replicate>1</replicate></i><br> <!-- add new users from LDAP to Koha database --> >- <i><update>0</update></i><br> <!-- update existing users in Koha database --> >- <i><principal_name>ou=employees,dc=companya,dc=com,dc=au</principal_name> </i><br> >- <i><mapping></i><br> >- <i><userid is="uid" ></userid></i><br> >- <i><cardnumber is="uid" ></cardnumber></i><br> >- <i><email is="mail" ></email></i><br> >- <i><surname is="sn" ></surname></i><br> >- <i><firstname is="givenname" ></firstname></i><br> >- <i><categorycode is="1">EM</categorycode></i><br> >- <i><branchcode is="1">SYD</branchcode></i><br> >- <i></mapping></i><br> >- <i></ldapserver></i><br> >+ <i><hostname>ldaps://ldap.example.co.nz.au</hostname></i><br> >+ <i><base>ou=employees,dc=compnaya,dc=com,dc=au</base></i><br> >+ <i><user></user></i><br> >+ <i><pass></pass></i><br> >+ <i><auth_by_bind>1</auth_by_bind></i><br> >+ <i><replicate>1</replicate></i> <!-- add new users from LDAP to Koha database --><br> >+ <i><update>0</update></i> <!-- update existing users in Koha database --><br> >+ <i><principal_name>ou=employees,dc=companya,dc=com,dc=au</principal_name> </i><br> >+ <i><mapping></i><br> >+ <i><userid is="uid" ></userid></i><br> >+ <i><cardnumber is="uid" ></cardnumber></i><br> >+ <i><email is="mail" ></email></i><br> >+ <i><surname is="sn" ></surname></i><br> >+ <i><firstname is="givenname" ></firstname></i><br> >+ <i><categorycode is="1">EM</categorycode></i><br> >+ <i><branchcode is="1">SYD</branchcode></i><br> >+ <i></mapping></i><br> >+ <i></ldapserver></i><br> > > <h2> Learn more about LDAP configurations at:<br> > <b><a href="https://perldoc.koha-community.org/C4/Auth_with_ldap.html" target="blank">LDAP documentation</a></b></h2> >- >- <h1> Setting up SIP with Koha</h1> >- If you installed Koha using debain packages then setting up SIP is easy, simply follow these steps:<br><br> >- <b>1. In your Linux terminal write in:</b><br> >- <i>sudo koha-enable-sip <instancename></i><br><br> >- <b> 2. Navigate to the directory containing SIPConfig.xml</b><br> >- In your Koha home directory write in:<br> >- <i> cd /etc/koha/sites/<instancename></i><br><br> >- <b>3. Edit your SIPconfig.xml file</b><br> >- <i>sudo vi SIPconfig.xml</i><br><br> >- <b>3.1. Edit the port values in the service sections at the top of the SIPconfig.xml file, making sure that the two port values have the same IP address but different port numbers.</b><br><br> >- <b>3.2. Enter an account. This account must have the same username and password as an account you have created in the Koha staff interface. Also make sure that the account is set to having 'circulate' permissions only.</b><br><br> >- <b>3.3. Enter an institution. As with account this institution's ID must match the branchcode of a library created in the Koha staff interface</b><br><br> >- <b>4. In your Linux terminal start SIP by writing in:</b><br> >- <i>sudo koha-start-sip <instancename></i><br><br> >- <h2> Learn how to test SIP at: >- <a href="https://wiki.evergreen-ils.org/doku.php?id=evergreen-admin:sip_support#patron_information" target="blank"> Evergreen SIP support</a></h2><br> >- <h2> Important security notice about using SIP </h2> >- To ensure your SIP traffic (the request and response messages sent between you and the SIP server) are secure you must use a stunnel or VPN. >+ </ol> >+ >+ <h1> Setting up SIP with Koha</h1> >+ If you installed Koha using debain packages then setting up SIP is easy, simply follow these steps:<br><br> >+ <b>1. In your Linux terminal write in:</b><br> >+ <i>sudo koha-enable-sip <instancename></i><br><br> >+ <b> 2. Navigate to the directory containing SIPConfig.xml</b><br> >+ In your Koha home directory write in:<br> >+ <i> cd /etc/koha/sites/<instancename></i><br><br> >+ <b>3. Edit your SIPconfig.xml file</b><br> >+ <i>sudo vi SIPconfig.xml</i><br><br> >+ <b>3.1. Edit the port values in the service sections at the top of the SIPconfig.xml file, making sure that the two port values have the same IP address but different port numbers.</b><br><br> >+ <b>3.2. Enter an account. This account must have the same username and password as an account you have created in the Koha staff interface. Also make sure that the account is set to having 'circulate' permissions only.</b><br><br> >+ <b>3.3. Enter an institution. As with account this institution's ID must match the branchcode of a library created in the Koha staff interface</b><br><br> >+ <b>4. In your Linux terminal start SIP by writing in:</b><br> >+ <i>sudo koha-start-sip <instancename></i><br><br> >+ <h2> Learn how to test SIP at: >+ <a href="https://wiki.evergreen-ils.org/doku.php?id=evergreen-admin:sip_support#patron_information" target="blank"> Evergreen SIP support</a></h2><br> >+ <h2> Important security notice about using SIP </h2> >+ To ensure your SIP traffic (the request and response messages sent between you and the SIP server) are secure you must use a stunnel or VPN. > > [% ELSIF (op == "learnservice") && (LDAP == "LDAP") %] >- <h1> Setting up LDAP with Koha</h1> >- If your organisation has an existing database of user records that are used for authentication then setting up the LDAP service with Koha is a good idea because all user records would be stored in a single central location.<br> >- LDAP can be used to log into both the Koha staff interface and OPAC.<br><br> >- Follow these steps to set up LDAP with Koha:<br><br> >- <ol> >- <li>In your Linux terminal navigate to the directory containing the koha-conf.xml file. This will be either:</li> >- <ul> >- <li> /etc/koha/sites/<instance-name>/koha-conf.xml<br></li> >- <li> /etc/koha/koha-conf.xml<br></li> >- </ul> >- <i> cd /etc/koha/sites/kohadev/</i><br><br> >- <li>Open the koha-conf.xml file as root</li> >- <i> sudo vi koha-conf.xml</i><br><br> >- <li>3. Scroll down to the line "<useldapserver>0</useldapserver>" and change it to:</li><br> >- <i><useldapserver>1</useldapserver></i><br><br> >- <li>4. Write in the following information:</li><br> >- <i><ldapserver id="<ldapservername>"></i><br> >- <i><hostname><hostname></hostname></i><br> >- <i><base>dc=<domaincontroller>,dc=<domaincontroller></base></i><br> >- <i><user>cn=<username>,dc=<domaincontroller>,dc=<domaincontroller></user></i><br> >- <i><pass><password></pass></i><br> >- <i><replicate><either0or1></replicate></i><br> >- <i><update><either0or1></update></i><br> >- <i><auth_by_bind><either0or1></auth_by_bind></i><br> >- <i><anonymous_bind><either0or1></anonymous_bind></i><br> >- <i><principal_name><princiapname></principal_name></i><br> >- <i><update_password><either0or1></update_password></i><br><br> >- >- <div class="infoDiv"><b>Note:</b> The values in these fields will need to be changed to the appropriate value for your organi sation.Hostname can be either an alphanumeric string or an IP address. If the hostname is an IP address then you can choose to explicitly specify the port number or you can leave it as the default. </div><br> >- <li>5. The following fields to write in (called maping fields) are optional. What they do is link the Koha database columns with the columns in your organisations user database.</li><br> >- e.g. the database column firstname is matched with the LDAP element givename<br> >- <i><mapping></i><br> >- <i><firstname is="givenname" ></firstname></i><br> >- <i><surname is="sn" ></surname></i><br> >- <i><address is="postaladdress" ></address></i><br> >- <i><city is="l" >Athens, OH</city></i><br> >- <i><zipcode is="postalcode" ></zipcode></i><br> >- <i><branchcode is="branch" >MAIN</branchcode></i><br> >- <i><userid is="uid" ></userid></i><br> >- <i><password is="userpassword" ></password></i><br> >- <i><email is="mail" ></email></i><br> >- <i><categorycode is="employeetype" >PT</categorycode></i><br> >- <i><phone is="telephonenumber"></phone></i><br> >- <i></mapping></i><br> >- <i><ldapserver></i><br> >- >- <div class="infoDiv"> <b>Note:</b> The columns on the left (above) are columns existing in the LDAP server, the values in the middle are columns existing in the Koha database. Whilst any values outside the closing brackets on the right (i.e. Athens, OH) are the default values for these fields when a user is created. <br><br> >- Where a LDAP column does not have a equivalent Koha column it is recommended you write in "1" for the Koha column value, although this is totally arbitrary.</div><br> >- >- <h3> Example LDAP configurations </h3> >- <i><useldapserver>1</useldapserver></i><br><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --> >- <i><ldapserver id="ldapserver" listenref="ldapserver"></i><br> >- <i><hostname>ldaps://ldap.example.co.nz.au</hostname></i><br> >- <i><base>ou=employees,dc=compnaya,dc=com,dc=au</base></i><br> >- <i><user></user></i><br> <!-- DN, if not anonymous --> >- <i><pass></pass></i><br> <!-- password, if not anonymous --> >- <i><auth_by_bind>1</auth_by_bind></i><br> >- <i><replicate>1</replicate></i><br> <!-- add new users from LDAP to Koha database --> >- <i><update>0</update></i><br> <!-- update existing users in Koha database --> >- <i><principal_name>ou=employees,dc=companya,dc=com,dc=au</principal_name> </i><br> >- <i><mapping></i><br> >- <i><userid is="uid" ></userid></i><br> >- <i><cardnumber is="uid" ></cardnumber></i><br> >- <i><email is="mail" ></email></i><br> >- <i><surname is="sn" ></surname></i><br> >- <i><firstname is="givenname" ></firstname></i><br> >- <i><categorycode is="1">EM</categorycode></i><br> >- <i><branchcode is="1">SYD</branchcode></i><br> >- <i></mapping></i><br> >- <i></ldapserver></i><br> >- >- </ol> >- <h2> Learn more about LDAP configurations at:<br> >- <b><a href="https://perldoc.koha-community.org/C4/Auth_with_ldap.html" target="_blank">LDAP documentation</a></b></h2> >+ <h1> Setting up LDAP with Koha</h1> >+ If your organisation has an existing database of user records that are used for authentication then setting up the LDAP service with Koha is a good idea because all user records would be stored in a single central location.<br> >+ LDAP can be used to log into both the Koha staff interface and OPAC.<br><br> >+ Follow these steps to set up LDAP with Koha:<br><br> >+ <ol> >+ <li>In your Linux terminal navigate to the directory containing the koha-conf.xml file. This will be either:</li> >+ <ul> >+ <li> /etc/koha/sites/<instance-name>/koha-conf.xml<br></li> >+ <li> /etc/koha/koha-conf.xml<br></li> >+ </ul> >+ <i> cd /etc/koha/sites/kohadev/</i><br><br> >+ <li>Open the koha-conf.xml file as root</li> >+ <i> sudo vi koha-conf.xml</i><br><br> >+ <li>Scroll down to the line "<useldapserver>0</useldapserver>" and change it to:</li><br> >+ <i><useldapserver>1</useldapserver></i><br><br> >+ <li>Write in the following information:</li><br> >+ <i><ldapserver id="<ldapservername>"></i><br> >+ <i><hostname><hostname></hostname></i><br> >+ <i><base>dc=<domaincontroller>,dc=<domaincontroller></base></i><br> >+ <i><user>cn=<username>,dc=<domaincontroller>,dc=<domaincontroller></user></i><br> >+ <i><pass><password></pass></i><br> >+ <i><replicate><either0or1></replicate></i><br> >+ <i><update><either0or1></update></i><br> >+ <i><auth_by_bind><either0or1></auth_by_bind></i><br> >+ <i><anonymous_bind><either0or1></anonymous_bind></i><br> >+ <i><principal_name><princiapname></principal_name></i><br> >+ <i><update_password><either0or1></update_password></i><br><br> >+ >+ <div class="infoDiv"><b>Note:</b> The values in these fields will need to be changed to the appropriate value for your organisation.Hostname can be either an alphanumeric string or an IP address. If the hostname is an IP address then you can choose to explicitly specify the port number or you can leave it as the default. </div><br> >+ <li>The following fields to write in (called maping fields) are optional. What they do is link the Koha database columns with the columns in your organisations user database.</li><br> >+ e.g. the database column firstname is matched with the LDAP element givename<br> >+ <i><mapping></i><br> >+ <i><firstname is="givenname" ></firstname></i><br> >+ <i><surname is="sn" ></surname></i><br> >+ <i><address is="postaladdress" ></address></i><br> >+ <i><city is="l" >Athens, OH</city></i><!--All users by default will have the city va lue of Athens, OH--><br> >+ <i><zipcode is="postalcode" ></zipcode></i><br> >+ <i><branchcode is="branch" >MAIN</branchcode></i><br> >+ <i><userid is="uid" ></userid></i><br> >+ <i><password is="userpassword" ></password></i><br> >+ <i><email is="mail" ></email></i><br> >+ <i><categorycode is="employeetype" >PT</categorycode></i><br> >+ <i><phone is="telephonenumber"></phone></i><br> >+ <i></mapping></i><br> >+ <i><ldapserver></i><br><br> >+ >+ <div class="infoDiv"> <b>Note:</b> The columns on the left (above) are columns existing in the LDAP server, the values in the middle are columns existing in the Koha database. Whilst any values outside the closing brackets on the right (i.e. Athens, OH) are the default values for these fields when a user is created. <br><br> >+ Where a LDAP column does not have a equivalent Koha column it is recommended you write in "1" for the Koha column value, although this is totally arbitrary.</div><br> >+ >+ <h3> Example LDAP configurations </h3> >+ <i><useldapserver>1</useldapserver></i><see C4::Auth_with_ldap for extra configs you must add if you want to turn this on --><br> >+ <i><ldapserver id="ldapserver" listenref="ldapserver"></i><br> >+ <i><hostname>ldaps://ldap.example.co.nz.au</hostname></i><br> >+ <i><base>ou=employees,dc=compnaya,dc=com,dc=au</base></i><br> >+ <i><user></user></i><br> >+ <i><pass></pass></i><br> >+ <i><auth_by_bind>1</auth_by_bind></i><br> >+ <i><replicate>1</replicate></i> <!-- add new users from LDAP to Koha database --><br> >+ <i><update>0</update></i> <!-- update existing users in Koha database --><br> >+ <i><principal_name>ou=employees,dc=companya,dc=com,dc=au</principal_name> </i><br> >+ <i><mapping></i><br> >+ <i><userid is="uid" ></userid></i><br> >+ <i><cardnumber is="uid" ></cardnumber></i><br> >+ <i><email is="mail" ></email></i><br> >+ <i><surname is="sn" ></surname></i><br> >+ <i><firstname is="givenname" ></firstname></i><br> >+ <i><categorycode is="1">EM</categorycode></i><br> >+ <i><branchcode is="1">SYD</branchcode></i><br> >+ <i></mapping></i><br> >+ <i></ldapserver></i><br> >+ >+ </ol> >+ <h2> Learn more about LDAP configurations at:<br> >+ <b><a href="https://perldoc.koha-community.org/C4/Auth_with_ldap.html" target="_blank">LDAP documentation</a></b></h2> > > [% ELSIF (op == "learnservice") && (SIP == "SIP") %] >- <h1> Setting up SIP2 with Koha</h1> >- If you installed Koha using debain packages then setting up SIP2 is easy, simply follow these steps:<br><br> >- <b>1. In your Linux terminal write in:</b><br> >- <i>sudo koha-enable-sip <instancename></i><br><br> >- <b> 2. Navigate to the directory containing SIPConfig.xml</b><br> >- In your Koha home directory write in:<br> >- <i> cd /etc/koha/sites/<instancename></i><br><br> >- <b>3. Edit your SIPconfig.xml file</b><br> >- <i>sudo vi SIPconfig.xml</i><br><br> >- <b>3.1. Edit the port values in the service sections at the top of the SIPconfig.xml file, making sure that the two port values have the same IP address but different port numbers.</b><br><br> >- <b>3.2. Enter an account. This account must have the same username and password as an account you have created in the Koha staff interface. Also make sure that the account is set to having 'circulate' permissions only.</b><br><br> >- <b>3.3. Enter an institution. As with account this institution's ID must match the branchcode of a library created in the Koha staff interface</b><br><br> >- <b>4. In your Linux terminal start SIP2 by writing in:</b><br> >- <i>sudo koha-start-sip <instancename></i><br><br> >- <h2> Learn how to test SIP at: >- <a href="https://wiki.evergreen-ils.org/doku.php?id=evergreen-admin:sip_support#patron_information" target="_blank"> Evergreen SIP support</a></h2><br><br> >- <h2> Important security notice about using SIP2 </h2> >- To ensure your SIP2 traffic (the request and response messages sent between you and the SIP2 server) are secure you must use a stunnel or VPN. >+ <h1> Setting up SIP2 with Koha</h1> >+ If you installed Koha using debain packages then setting up SIP2 is easy, simply follow these steps:<br><br> >+ <b>1. In your Linux terminal write in:</b><br> >+ <i>sudo koha-enable-sip <instancename></i><br><br> >+ <b> 2. Navigate to the directory containing SIPConfig.xml</b><br> >+ In your Koha home directory write in:<br> >+ <i> cd /etc/koha/sites/<instancename></i><br><br> >+ <b>3. Edit your SIPconfig.xml file</b><br> >+ <i>sudo vi SIPconfig.xml</i><br><br> >+ <b>3.1. Edit the port values in the service sections at the top of the SIPconfig.xml file, making sure that the two port values have the same IP address but different port numbers.</b><br><br> >+ <b>3.2. Enter an account. This account must have the same username and password as an account you have created in the Koha staff interface. Also make sure that the account is set to having 'circulate' permissions only.</b><br><br> >+ <b>3.3. Enter an institution. As with account this institution's ID must match the branchcode of a library created in the Koha staff interface</b><br><br> >+ <b>4. In your Linux terminal start SIP2 by writing in:</b><br> >+ <i>sudo koha-start-sip <instancename></i><br><br> >+ <h2> Learn how to test SIP at: >+ <a href="https://wiki.evergreen-ils.org/doku.php?id=evergreen-admin:sip_support#patron_information" target="_blank"> Evergreen SIP support</a></h2><br><br> >+ <h2> Important security notice about using SIP2 </h2> >+ To ensure your SIP2 traffic (the request and response messages sent between you and the SIP2 server) are secure you must use a stunnel or VPN. > [% END %] > > [% IF (existingztargets == 0) %] >-- >2.1.4
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 17956
:
59903
|
59904
|
59905
|
59906
|
59907
|
59908
|
59993
|
59995
|
59996
|
60000
|
62061
|
64614
|
65447
|
65448
|
68813