zachweix
zachweix
## WHY Perhaps people don't want a checkbox for every item. For example, maybe if you have a bulk delete and there is an active filter for including soft deletes,...
# Bug report ### What I did I added a rule in a repeatable crud field with a subfield ``` crud.field('rules').subfield('always_active').onChange(function(field) { if (field.value == 1) { crud.field('zmanim').subfield('when_to_show', field.rowNumber).hide(); }...
# Bug report ### What I did I had a date range in a repeatable and wrote a JavaScript function `crud.field('rules').subfield('applicability').onChange(...)` Definition: ``` CRUD::field('rules') ->type('repeatable') ->min_rows(1) ->subfields([ [ 'name' =>...
I did not have the time to completely move over everything from KosherJava, however, at this point all the Zmanim to my knowledge are calculated the same as they are...