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

Visualizzazione lista unità (versione Windows/Stand Alone) #1

Open
il-faifer opened this issue Jul 26, 2021 · 2 comments
Open

Visualizzazione lista unità (versione Windows/Stand Alone) #1

il-faifer opened this issue Jul 26, 2021 · 2 comments

Comments

@il-faifer
Copy link

Come riportato anche qui: https://www.archiviando.org/forum/viewtopic.php?f=67&t=3821&p=11421#p11421

Nella versione stand alone di ArchiVista (versioni 3.0 e successive), non viene visualizzata la lista delle unità pubblicate collegate ad una scheda fondo (.../fonds/NUMERO/units/). Il problema non si presenta con la versione 2.2.

@svassallo
Copy link

Una collega mi ha segnalato solo oggi questo bug, ci ho dato un'occhiata.

Il motivo è che sqlite (che è il db di solito usato nella stand alone) non supporta i valori booleani t e f e loro conversione in 1 e 0, per cui tutte le query dove si trova

published: 1 non danno risultato

devono essere cambiati in
published: true

devono essere cambiate in
app/models/fond.rb

ma anche in
app/models/project.rb
app/models/cusodian.rb
app/models/creator.rb

@il-faifer
Copy link
Author

Grazie!

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

2 participants