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

remove unsupported lang #4352

Merged
merged 1 commit into from
Mar 12, 2024
Merged

remove unsupported lang #4352

merged 1 commit into from
Mar 12, 2024

Conversation

ltclm
Copy link
Contributor

@ltclm ltclm commented Mar 12, 2024

e2e test are failing in the current milestone deploy:

Traceback (most recent call last):
  File "/home/ltclm/.local/share/virtualenvs/mf-chsdi3-rPHPdC_d/lib/python3.9/site-packages/pyramid_mako/__init__.py", line 148, in __call__
    result = template.render_unicode(**system)
  File "/home/ltclm/.local/share/virtualenvs/mf-chsdi3-rPHPdC_d/lib/python3.9/site-packages/mako/template.py", line 444, in render_unicode
    return runtime._render(
  File "/home/ltclm/.local/share/virtualenvs/mf-chsdi3-rPHPdC_d/lib/python3.9/site-packages/mako/runtime.py", line 874, in _render
    _render_context(
  File "/home/ltclm/.local/share/virtualenvs/mf-chsdi3-rPHPdC_d/lib/python3.9/site-packages/mako/runtime.py", line 916, in _render_context
    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
  File "/home/ltclm/.local/share/virtualenvs/mf-chsdi3-rPHPdC_d/lib/python3.9/site-packages/mako/runtime.py", line 943, in _exec_template
    callable_(context, *args, **kwargs)
  File "/home/ltclm/mf-chsdi3/chsdi/templates/htmlpopup/base.mako", line 59, in render_body
    ${self.table_body(c, lang)}
  File "/home/ltclm/mf-chsdi3/chsdi/templates/htmlpopup/bakom_standorte_mobilfunkanlagen.mako", line 19, in render_table_body
    <td>${c['attributes'][typ_text] or '-'}</td>
KeyError: 'typ_rm'

rm is not supported in the model

@ltclm ltclm requested a review from faselm March 12, 2024 08:50
@github-actions github-actions bot added the bug label Mar 12, 2024
@ltclm ltclm requested a review from rebert March 12, 2024 08:50
Copy link
Contributor

@rebert rebert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merci

@ltclm ltclm merged commit 5a8f5f1 into master Mar 12, 2024
9 checks passed
@ltclm ltclm deleted the fix_mobilfunkanlagen branch March 12, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants