in settings, the "sort all albums" checkbox
is reset to "unchecked" on save.

Comments

vhmauery’s picture

That checkbox is not a persistent setting -- if checked, it should reset the per-album sort settings to be set to the global setting.

Check your albums to see if they are all sorted correctly.

mysql> SELECT * from acidfree_album;
+------+-----+-------+-------+--------------+------+
| aid  | tid | thumb | share | order_by     | view |
+------+-----+-------+-------+--------------+------+
| 3163 |  10 |     0 |     0 | <default>    | grid | 
| 3164 |  11 |     0 |     0 | <default>    | grid | 
| 3165 |  12 |     0 |     0 | <default>    | grid | 
| 3198 |  13 |     0 |     0 | <default>    | grid | 
| 3210 |  14 |     0 |     0 | <default>    | grid | 
| 3264 |  15 |     0 |     0 | <default>    | grid | 
| 3236 |  16 |     0 |     1 | <default>    | grid | 
| 3379 |  17 |  3386 |     1 | <default>    | grid | 
| 3388 |  18 |     0 |     1 | <default>    | grid | 
| 3389 |  19 |     0 |     1 | <default>    | grid | 
+------+-----+-------+-------+--------------+------+
10 rows in set (0.02 sec)
skizzo’s picture

Category: bug » support

I see...
- is it possible to force "not shared" for all users?
- what does "thumb" indicates?

thank you.

mysql> SELECT * from acidfree_album;
+------+-----+-------+-------+-----------+------+
| aid  | tid | thumb | share | order_by  | view |
+------+-----+-------+-------+-----------+------+
|  806 | 125 | 0     |     0 | <default> | grid |
|  867 | 139 | 0     |     0 | <default> | grid |
|  857 | 135 |       |     0 | <default> | grid |
|  859 | 136 | 0     |     0 | <default> | grid |
|  864 | 137 | 0     |     0 | <default> | grid |
|  866 | 138 | 0     |     0 | <default> | grid |
|  868 | 140 | 0     |     0 | <default> | grid |
|  869 | 141 | 0     |     0 | <default> | grid |
|  870 | 142 | 0     |     0 | <default> | grid |
|  907 | 143 |       |     0 | <default> | grid |
|  908 | 144 |       |     0 | <default> | grid |
|  909 | 145 |       |     0 | <default> | grid |
|  910 | 146 |       |     0 | <default> | grid |
|  911 | 147 |       |     0 | <default> | grid |
|  912 | 148 |       |     0 | <default> | grid |
|  913 | 149 |       |     0 | <default> | grid |
|  914 | 150 |       |     0 | <default> | grid |
|  915 | 151 |       |     0 | <default> | grid |
|  916 | 152 |       |     0 | <default> | grid |
| 1023 | 153 |       |     0 | <default> | grid |
| 1024 | 154 |       |     0 | <default> | grid |
| 1025 | 155 |       |     0 | <default> | grid |
| 1026 | 156 |       |     0 | <default> | grid |
| 1027 | 157 |       |     0 | <default> | grid |
| 1028 | 158 |       |     0 | <default> | grid |
| 1029 | 159 |       |     0 | <default> | grid |
| 1030 | 160 |       |     0 | <default> | grid |
| 1138 | 186 |       |     1 | <default> | grid |
| 1139 | 187 | 0     |     0 | <default> | grid |
| 1140 | 188 |       |     0 | <default> | grid |
+------+-----+-------+-------+-----------+------+
30 rows in set (0.00 sec)
vhmauery’s picture

Status: Active » Closed (fixed)

Thumb indicates the thumbnail chosen for the album.