Changeset 6579


Ignore:
Timestamp:
Oct 28, 2014, 7:31:29 AM (9 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1873: Deleting child biomaterial doesn't return the used quantity to the parent

Added instructions to the documentation.

Location:
branches/3.3-stable/doc/src/docbook
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-stable/doc/src/docbook/admin/installation.xml

    r6410 r6579  
    5555        3.3) you should also read <xref linkend="appendix.update_warnings" />.
    5656      </para>
     57     
     58      <bridgehead>Remaining quanity (BASE 3.3.3)</bridgehead>
     59      <para>
     60        A bug that affected remaining quantity calculations for
     61        biomaterial items has been fixed. Existing items may have been
     62        saved with incorrect remaining quantity and must be fixed.
     63        After installing the BASE 3.3.3 update, the existing
     64        remaining quantity values are fix by running a special script.
     65        Change directory to <filename class="directory">&lt;base-dir&gt;/bin/</filename>
     66        and issue
     67<programlisting>
     68./onetimefix.sh remaining_quantity -u &lt;root login&gt; -p &lt;root pwd&gt;
     69</programlisting>
     70      </para>
     71     
    5772     
    5873      <bridgehead>Content security policy</bridgehead>
  • branches/3.3-stable/doc/src/docbook/appendix/update_warnings.xml

    r6434 r6579  
    3636  </para>
    3737 
     38  <sect1 id="appendix.update_warnings.3.3.3">
     39    <title>BASE 3.3.3</title>
     40 
     41    <bridgehead>Remaining quanity</bridgehead>
     42    <para>
     43      A bug that affected remaining quantity calculations for
     44      biomaterial item has been fixed. Existing items may have been
     45      saved with incorrect remaining quantity and must be fixed.
     46      After installing the BASE 3.3.3 update, the existing
     47      remaining quantity values are fix by running a special script.
     48      Change directory to <filename class="directory">&lt;base-dir&gt;/bin/</filename>
     49      and issue
     50<programlisting>
     51./onetimefix.sh remaining_quantity -u &lt;root login&gt; -p &lt;root pwd&gt;
     52</programlisting>
     53    </para>
     54   
     55  </sect1>
    3856 
    3957  <sect1 id="appendix.update_warnings.3.3">
Note: See TracChangeset for help on using the changeset viewer.