{% extends "base.html" %} {% block title %}{{ item_id }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}
{{ field.get_title() }} |
{% if field.get_type() == 'url' %}
{{ item.get_field_value(field_id).get_value() }}
{% elif field.get_type() == 'list-strings' %}
|
---|
There were errors:
Message | Data Path | Schema Path |
---|---|---|
{{ err.get_message ()}} | {{ err.get_data_path() }} | {{ err.get_schema_path() }} |
No errors
{% endif %}{% if default_config.get_github_url() %} {% endif %}
{% for ref_id, ref_data in refs.items() %}The config has changed, so no comparison can be made.
{% elif not ref_data['exists'] %}This record does not exist in this ref.
{% else %}{{ field_id }} | {% if field_data['type'] == 'added' %} Field was added {% elif field_data['type'] == 'removed' %} Field was removed {% elif field_data['type'] == 'different-type' %} Field has a different type, so no comparison can be made. {% elif field_data['type'] == 'diff' %} New Value: {# TODO: Display a diff properly #} {{ ref_data['record'].get_field_value(field_id).get_value() }} {% endif %} |
---|
There was no data changes.
{% endif %}There were errors added:
Message | Data Path | Schema Path |
---|---|---|
{{ err.get_message ()}} | {{ err.get_data_path() }} | {{ err.get_schema_path() }} |
No errors were added.
{% endif %}There were errors removed:
Message | Data Path | Schema Path |
---|---|---|
{{ err.get_message ()}} | {{ err.get_data_path() }} | {{ err.get_schema_path() }} |
No errors were removed.
{% endif %} {% endif %} {% endfor %} {% endblock %}