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

Eviction Status is still not showing up? #170

Open
erinmcel opened this issue Oct 22, 2020 · 4 comments
Open

Eviction Status is still not showing up? #170

erinmcel opened this issue Oct 22, 2020 · 4 comments
Assignees

Comments

@erinmcel
Copy link
Contributor

For instance, if you look at Imperial County, Boston, or the City of Livermore, where we have eviction data, there is nothing about evictions in the popup.

@timhitchins
Copy link
Collaborator

Thanks for catching this @erinmcel . If this hasn't been addresses by Monday, I will have time to take a look.

@unixjazz
Copy link
Contributor

Hi there:
The data is coming in and displaying correctly on the map.
I tested for cities, counties and states.

The problem is that it is not being displayed in the search results.
Under <script id="search-result-infowindow-template" type="x-tmpl-mustache">, we would have to add:

        {{#eviction_status}}
        <div>
          <p><strong data-i18n="infowindow.policy.eviction-status-label"></strong></p>
          <p>{{eviction_status}}</p>
        </div>
        {{/eviction_status}}

@unixjazz
Copy link
Contributor

unixjazz commented Oct 23, 2020

here is a PR to include "eviction status" to the search results template and close this issue: #171

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

5 participants