Dontorpedo

Results 14 comments of Dontorpedo

Hi, yes! it would be very helpfull for winter service tour planning, and services that are charged depending how many customers are nearby

ok, div instead of ul works.. but thats not optimal.. no, i can change only the text, but the texteditor is not triggered.. so url can't be changed

@dtannen small error: Call to undefined method Laravel\Nova\Panel::defaultNameForUpdate()

same problem for me, but it occurs only if i use a span inside the h1 element

> Use "/" as slug for home page ok, thank you.. and how about the single post page? is it possible to pass some data between pages?

right now i use the dependency container like so: ```` Boolean::make('Print', 'print'), Boolean::make('ZIP'), Boolean::make('send per mail?', 'email'), NovaDependencyContainer::make([ Text::make('Recipient', 'email_to'), Text::make('Subject', 'email_subject'), Textarea::make('Nachricht', 'email_message') ])->dependsOnNotEmpty('email', 0), Boolean::make('Manual invoice', 'manual_invoice'), ````...

´´´´ ->dependsOnNotEmpty('optionen', 'emails', 0), ´´´´ ha, works.. thanks.. but it works only one-way.. unckexng the checkbox doesnt close the element.