Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prenotazione per gli altri #85

Closed
viandanteoscuro opened this issue Jul 25, 2019 · 6 comments
Closed

Prenotazione per gli altri #85

viandanteoscuro opened this issue Jul 25, 2019 · 6 comments

Comments

@viandanteoscuro
Copy link

Buongiorno,
Cosa devo abilitare per rendere possibile la "Prenotazione per gli altri"?
Posso scegliere l'utente, ma vedo solo quello che eventualmente ha già prenotato, non posso aggiungere altro.

Grazie mille

Saluti
MAssimo

@madbob
Copy link
Owner

madbob commented Jul 29, 2019

Se l'ordine e' gia' consegnato la prenotazione non puo' essere modificata. Hai provato a vedere una "prenotazione per gli altri" di un ordine ancora aperto?

@pcdevoti
Copy link
Collaborator

pcdevoti commented Jul 29, 2019 via email

@viandanteoscuro
Copy link
Author

Salve,
In realtà la prenotazione è aperta... ma non mi fa prenotare per altri.

Repository owner deleted a comment from pcdevoti Sep 23, 2019
@viandanteoscuro
Copy link
Author

Salve,
Ho ancora questo problema, puoi verificare?
Grazie mille
Saluti

@viandanteoscuro
Copy link
Author

Penso di aver trovato l'inghippo.
Nel controller BookingUser, nel metodo show, c'è questo check:

if (!is_null($request->user()->suspended))

Che è sempre vera perchè la colonna suspended della tabella users è di tipo tinyint(1) con default a 0 e non null...

Ho risolto mettento il testo su true/false

if ($request->user()->suspended)

@madbob madbob closed this as completed in 5936e2d Jan 19, 2020
@madbob
Copy link
Owner

madbob commented Jan 19, 2020

@viandanteoscuro giustissima osservazione, anche se da qualche tempo il booleano suspended e' stato sostituito da una data suspended_at che effettivamente puo' essere null. Ho modificato l'accesso alla variabile giusta in fase di test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants