fixed tenants and eventpurchaseresource, changed lightbox in gallery

This commit is contained in:
2025-09-18 15:27:33 +02:00
parent 60f5e46ea9
commit ef6203c603
15 changed files with 440 additions and 118 deletions

View File

@@ -46,7 +46,9 @@ class PurchasesRelationManager extends RelationManager
->minValue(0),
TextInput::make('price')
->label('Preis')
->money('EUR')
->numeric()
->step(0.01)
->prefix('€')
->required(),
Select::make('platform')
->label('Plattform')
@@ -125,4 +127,4 @@ class PurchasesRelationManager extends RelationManager
]),
]);
}
}
}