Closes #742: Saved subdomain not preselected when editing profile.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 9 Dec 2007 17:09:17 +0000 (18:09 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 9 Dec 2007 17:09:17 +0000 (18:09 +0100)
ChangeLog
templates/profile/jobs.job.tpl

index fbf7dbf..3be860f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,11 +13,16 @@ Bug/Wish:
 
     * Profile:
         - #729: Fix positioning of addresses on public profile             -FRU
+        - #742: Sub domain was hidden when editing profile                 -FRU
 
     * XnetGrp:
         - #732: Adapt subscription text to sex                             -FRU
         - #735: Encoding of list description in member edition form        -FRU
 
+From 0.9.15 branch:
+
+    * XnetEvents:
+        - #738: Duplicated payments in certain conditions                  -FRU
 
 ================================================================================
 VERSION 0.9.15                                                        08 10 2007
index 2ebfe7b..abc0eec 100644 (file)
@@ -72,7 +72,7 @@
     <tr>
       <td class="titre">Sous-Secteur d'activité</td>
       <td id="{$jobid}_ss_secteur">
-        <input type="hidden" name="{$jobpref}[ss_secteur]" value="{$job.ss_secteur|default='-1'}" />
+        <input type="hidden" name="{$jobpref}[ss_secteur]" value="{$job.ss_secteur|default:'-1'}" />
       </td> 
     </tr>
     <tr>