-
Notifications
You must be signed in to change notification settings - Fork 77
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
Restructure trek detail UI #4422
base: master
Are you sure you want to change the base?
Conversation
@@ -77,7 +77,8 @@ <h3>{% trans "Photos accessibility" %}</h3> | |||
|
|||
{% if perms|add_attachment %} | |||
{% if user.profile.structure == object.structure or perms.authent.can_bypass_structure %} | |||
<div class="file-attachment-accessibility-form"> | |||
<div class="file-attachment-form"> | |||
<h4>New accessibility photo</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add translation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4422 +/- ##
=======================================
Coverage 98.46% 98.46%
=======================================
Files 268 268
Lines 21290 21290
=======================================
Hits 20964 20964
Misses 326 326 ☔ View full report in Codecov by Sentry. |
Geotrek-admin Run #10647
Run Properties:
|
Project |
Geotrek-admin
|
Branch Review |
refs/pull/4422/merge
|
Run status |
Passed #10647
|
Run duration | 02m 06s |
Commit |
e392952392 ℹ️: Merge a27fd6b27e08ea60a9f446e83af609df4b9c9f81 into 17cd74274512b55aa3bf46a7b05a...
|
Committer | Justine Fricou |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
22
|
View all changes introduced in this branch ↗︎ |
… module's detail template
{% smart_include "detail" %} | ||
</div> | ||
{% endblock %} | ||
{% endblock relatedobjectspanel %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move relatedobjectspanel block to MapEntity, to ensure we can create generic view in MapEntity to load its content
Description
This restructuring of the detail pages aims to reorganize the data into a different set of tabs so further developments can set up a loading system in which the data is only loaded when the user clicks on the associated tab.
Remaining work after this PR is merged:
Related Issue
Checklist