[station_logbooks] Few questions on PR and Bugs #1480
-
Hello Everyone! The last two weeks or so I've been setting up my production setup mirrored to a second server so that I could get a development branch up and running without breaking my production. I should be able to get back into the swing of things now and contribute again! I was wondering if you wanted bug reports for your dev branch? This then is receiving data from the list_logbook_relationships() function in Logbooks_Model.php Line 177 This function returns a bool if there are no records found, and then errors when opening logbook with a non-obvious error. I believe this function should either return records or an empty array - if it returns an empty array the front end should add a user friendly error/warning that there are No station logbooks defined. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes issues are accepted for the dev branch, the where_in is when a Station Logbooks been created but has no Station Locations so displaying a friendly message would be handy I mean this will only show for users coming from v1 but needs sorting |
Beta Was this translation helpful? Give feedback.
Yes issues are accepted for the dev branch, the where_in is when a Station Logbooks been created but has no Station Locations so displaying a friendly message would be handy I mean this will only show for users coming from v1 but needs sorting