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

[Bug] Dropzone in der Anzahl der importierten Lernmaterialien limitiert #615

Open
e01118 opened this issue Oct 9, 2024 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@e01118
Copy link
Member

e01118 commented Oct 9, 2024

Beschreibung des Problems:

Es können nur max. 10 Lernmaterialien auf einmal in das Autorentool importiert werden.

Schritte zum Reproduzieren:

  1. Dropzone anklicken
  2. Lernmaterialien auswählen (mehr als 10)
  3. Im Explorer zur Bestätigung auf "Öffnen" klicken

Erwartetes Verhalten:

Alle ausgewählten und unterstützten Lernmaterialien werden in das Autorentool importiert.

Tatsächliches Verhalten:

Wenn man auf die Dropzone klickt, und im sich dann öffnenden Explorerfenster mehr als 10 Lernmaterialien auswählt und dann zur Bestätigung auf "Öffnen" klickt, passiert im Anschluss gar nichts.

Ansprechpartner:

(für weitere Fragen)

Ursache (erst bei Fix angeben):

(wird durch Team AMG ausgefüllt)

Lösung (erst bei Fix angeben):

(wird durch Team AMG ausgefüllt)

Commit, in dem das Problem gefixed wurde:

(wird durch Team AMG ausgefüllt)

@e01118 e01118 added the bug Something isn't working label Oct 9, 2024
@e01118
Copy link
Member Author

e01118 commented Oct 9, 2024

Mehrere Lernmaterialien hochladen

@e01118
Copy link
Member Author

e01118 commented Oct 9, 2024

grafik

@e01118
Copy link
Member Author

e01118 commented Nov 8, 2024

Datei: ContentFilesAdd.razor --> Zeile 106: var files = obj.GetMultipleFiles(); auf var files = obj.GetMultipleFiles(100);

Ein Anpassen der maximalen Anzahl an importierbaren Dateien auf z.B. 100 statt 10 Dateien hatte keinerlei Auswirkungen. Es ging weiterhin nicht und es gab auch keinerlei Rückmeldung.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants