bug: providerId in cargoBikeUpdate

pull/14/head
leonnicolas 4 years ago
parent eb0d17a2ad
commit 85976704fb
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -197,6 +197,7 @@ export class CargoBike implements Lockable {
@ManyToOne(type => Provider, provider => provider.cargoBikeIds, {
nullable: true
})
@JoinColumn({ name: 'providerId' })
providerId: number;
@OneToMany(type => BikeEvent, bikeEvent => bikeEvent.cargoBikeId, {

@ -117,13 +117,13 @@ input CargoBikeUpdateInput {
dimensionsAndLoad: DimensionsAndLoadUpdateInput
"""
Refers to equipment that is not unique. See kommentierte info tabelle -> Fragen -> Frage 2
If set, ols realtions will be over written. Set [] to delete all
If set, ols relations will be over written. Set [] to delete all
"""
equipmentTypeIds: [ID]
"Sticker State"
stickerBikeNameState: StickerBikeNameState
note: String
provider: String
providerId: ID
insuranceData: InsuranceDataUpdateInput
taxes: TaxesUpdateInput
"will keep Bike locked if set to true, default = false"

Loading…
Cancel
Save