Edit Meeting link not shown when user is drafter and organiser

Bug #1248193 reported by Michael Hall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Summit
Fix Committed
Medium
Michael Hall

Bug Description

The template code in virtual_meeting.html:

        {% if summit_organizer or drafter %}
            {% if not drafter %}
                <li><a class="sub-nav-item" href="{% url summit.schedule.views.organizer_edit_meeting summit.name, meeting.id, meeting.name|default:'-' %}">Edit meeting</a></li>
            {% endif %}
            {% if not summit_organizer %}
                <li><a class="sub-nav-item" href="{% url summit.schedule.views.edit_meeting summit.name, meeting.id, meeting.name|default:'-' %}">Edit meeting</a></li>
            {% endif %}
            <li><a class="sub-nav-item" href="{% url summit.schedule.views.attendee_review summit.name, meeting.id, meeting.name|default:'-' %}">Review attendees</a></li>
            <li><a class="sub-nav-item" href="{% url summit.schedule.views.edit_meeting_hangout summit.name, meeting.id, meeting.name|default:'-' %}">Edit Hangout Details</a></li>
            {% endif %}

If the user is both the drafter *and* summit_organizer (such as a track lead), and the meeting is entered directly into Summit rather than through Launchpad, the "Edit Meeting" link will not be shown to them.

Related branches

Michael Hall (mhall119)
Changed in summit:
status: New → In Progress
assignee: nobody → Michael Hall (mhall119)
Changed in summit:
importance: Undecided → Medium
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.