full-path / ridesheet

Google apps script support for a Google Sheets-based demand-responsive trip scheduling and reporting system.
MIT License
5 stars 4 forks source link

Deleting a row duplicates the formatting of the last row (ridenoco-trip-request) #112

Open NomeQ opened 7 months ago

NomeQ commented 7 months ago

Screen Shot 2024-01-30 at 11 29 50 AM

In api_provider.js, the sendTripRequestResponses() method uses safelyDeleteRow() to remove any declined trips. However, as seen in the screenshot above, if the final row has custom formatting, it looks like safelyDeleteRow() creates a new empty row with the same formatting as the row above it.

NomeQ commented 4 months ago

Completing issue #121 would fix this as well