Skip to content

Fixes issues related to Availability generation and theming

shaneonabike requested to merge shaneonabike/availability:master into master

This is the merge request to address #1 .

Fixes include

  • Reworking the CRM.availabilityWidgetEdit function
  • Created two new functions CRM.availabilityFindCol and ````CRM.availabilityFindRow```, which are used to find the col/row position. Before it was using filter, but I was finding this was delaying the actual page load, and this works just as well and seems faster
  • Added small CSS tweaks just to make it align better and provide a cursor pointer (for the functionality of clicking on the period or day to select the entire column

Can you review what I did. I'm happy to meet to discuss it further.

cc @bgm

Merge request reports