Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
proto3
proto3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • protokollsystem
  • proto3proto3
  • Issues
  • #229

Closed
Open
Opened Feb 29, 2020 by Lars Beckers@larsbReporter

"Neues Protokoll" in der Typ-Übersicht kaputt

Ich habe in der Übersicht der Protokolltypen auf "Neues Protokoll" geklickt. Hier der Traceback für 500:

Feb 29 19:21:23 www uwsgi[992]: ERROR:flask.app:Exception on /protocol/new [GET]
Feb 29 19:21:23 www uwsgi[992]: Traceback (most recent call last):
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/lib/python3.5/site-packages/flask/app.py", line 2292, in wsgi_app
Feb 29 19:21:23 www uwsgi[992]:     response = self.full_dispatch_request()
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/lib/python3.5/site-packages/flask/app.py", line 1815, in full_dispatch_request
Feb 29 19:21:23 www uwsgi[992]:     rv = self.handle_user_exception(e)
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/lib/python3.5/site-packages/flask/app.py", line 1718, in handle_user_exception
Feb 29 19:21:23 www uwsgi[992]:     reraise(exc_type, exc_value, tb)
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/lib/python3.5/site-packages/flask/_compat.py", line 35, in reraise
Feb 29 19:21:23 www uwsgi[992]:     raise value
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/lib/python3.5/site-packages/flask/app.py", line 1813, in full_dispatch_request
Feb 29 19:21:23 www uwsgi[992]:     rv = self.dispatch_request()
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/lib/python3.5/site-packages/flask/app.py", line 1799, in dispatch_request
Feb 29 19:21:23 www uwsgi[992]:     return self.view_functions[rule.endpoint](**req.view_args)
Feb 29 19:21:23 www uwsgi[992]:   File "./shared.py", line 156, in decorated_function
Feb 29 19:21:23 www uwsgi[992]:     return function(*args, **kwargs)
Feb 29 19:21:23 www uwsgi[992]:   File "/var/www/asta-protokollsystem/program/server.py", line 742, in new_protocol
Feb 29 19:21:23 www uwsgi[992]:     form.protocoltype.data = type_id
Feb 29 19:21:23 www uwsgi[992]: AttributeError: 'NewProtocolForm' object has no attribute 'protocoltype'

Hingegen oben im Menu auf "Neues Protokoll" klicken, dort den Typen auswählen, und damit ein neues Protokoll anlegen funktioniert.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: protokollsystem/proto3#229