u3a-siteworks-development / u3a-siteworks-core

The core plugins
GNU General Public License v2.0
1 stars 0 forks source link

OP1046 u3a group list properties panel does not initially show Sort Order option #81

Closed nicktrosnant closed 3 months ago

nicktrosnant commented 3 months ago

The Display Options section of the properties panel should show a SORT ORDER option, but this does not initially appear. It only appears if you set CATEGORY to a single category then back to "All categories".

image

The logic that sets up the visible properties in the panel needs checking.

mike99christie commented 3 months ago

line 136 of u3a-group-blocks.js should allow for the variable cat being undefined like so { show:('all' == cat || undefined === cat),

I'm rather busy with other priorities, and a bit unwell, so won't implement this myself! PS I'm on holiday from Friday for a week.

edwery commented 3 months ago

I defaulted the cat to 'all' in a PR on main