UCF / Search-Service-Django

A django based REST API for accessing search data and related data management tools.
0 stars 0 forks source link

Allow tables in description content to have empty td, th cells #254

Closed cjg89 closed 3 years ago

cjg89 commented 3 years ago

See title. Existing logic was allowing cells in application deadline tables in the full catalog descriptions to be removed completely, resulting in incorrect cell assignment per column for other cells with content. Allowing empty table cells ensures cell ordering is preserved.