Library/models
kolaente b56465e996
the build was successful Details
Fixed a bug where a new quantity was inserted when it hasnt changed
2017-11-28 16:19:59 +01:00
..
author.go Passing structs instead of ids 2017-11-24 14:36:40 +01:00
authors_add_update.go Added check if author is empty 2017-11-24 12:39:52 +01:00
authors_delete.go Added check if the ID is empty when deleting 2017-11-24 16:27:35 +01:00
authors_list.go Fixed lint 2017-11-08 10:55:17 +01:00
book.go Fixed a bug where a new quantity was inserted when it hasnt changed 2017-11-28 16:19:59 +01:00
books_add_update.go Fix: No empty publisher is inserted when not selecting one while creating a new book 2017-11-28 12:27:00 +01:00
books_delete.go Added check if the ID is empty when deleting 2017-11-24 16:27:35 +01:00
books_list.go Moved "Publisher" to "PublisherID" and "PublisherFull" to "Publisher" 2017-11-28 10:43:23 +01:00
config.go Moved show sql query setting to config 2017-11-16 13:09:30 +01:00
message.go Fixed lint 2017-11-08 10:55:17 +01:00
models.go Moved show sql query setting to config 2017-11-16 13:09:30 +01:00
publisher.go Fixed lint 2017-11-08 10:55:17 +01:00
publishers_add.go Fix: No empty publisher is inserted when not selecting one while creating a new book 2017-11-28 12:27:00 +01:00
publishers_delete.go Added check if the ID is empty when deleting 2017-11-24 16:27:35 +01:00
publishers_list.go Fixed lint 2017-11-08 10:55:17 +01:00
status.go Fixed Lint + gofmt 2017-11-15 16:16:44 +01:00
user.go Passing structs instead of ids 2017-11-24 14:36:40 +01:00