Hi Ryan,
here's the screenshot. I also tool a look at the page source. This is a
page where the button is missing. Seems there is really no HTML element for
the button on the problem pages.
<div class="buttons"> <form method="get"
action="/trac/android/wiki/WikiStart" id="modifypage"> <div>
<input type="hidden" name="action" value="edit" />
<input type="submit" value="Wiki-Seite bearbeiten" />
</div> </form> <form method="get"
action="/trac/android/wiki/WikiStart" id="rename"> <div>
<input type="hidden" name="action" value="rename" /> <input
type="submit" value="Seite umbenennen" /> </div>
</form> <form method="get" action="/trac/android/wiki/WikiStart"
id="delete"> <div> <input type="hidden"
name="action" value="delete" /> <input type="hidden"
name="version" value="207" /> <input type="submit"
name="delete_version" value="Diese Version löschen" /> <input
type="submit" value="Wiki-Seite löschen" /> </div>
</form> </div>
This is a page where the button is present. The button element has no
indentation, so maybe it's being generated in a special way or by a special
component?
<div class="buttons"> <form method="get"
action="/trac/android/wiki/Team" id="modifypage"> <div>
<input type="hidden" name="action" value="edit" />
<input type="submit" value="Wiki-Seite bearbeiten" /> </div>
</form> <form method="get"
action="/trac/android/attachment/wiki/Team/" id="attachfile"> <div> <input
type="hidden" name="action" value="new" /> <input type="submit"
id="attachfilebutton" value="Datei anhängen" /> </div></form> <form
method="get" action="/trac/android/wiki/Team" id="rename"> <div>
<input type="hidden" name="action" value="rename" />
<input type="submit" value="Seite umbenennen" /> </div>
</form> <form method="get" action="/trac/android/wiki/Team"
id="delete"> <div> <input type="hidden"
name="action" value="delete" /> <input type="hidden"
name="version" value="7" /> <input type="submit"
name="delete_version" value="Diese Version löschen" /> <input
type="submit" value="Wiki-Seite löschen" /> </div>
</form> </div>
Best regards
Joerg
Am Sonntag, 11. Juni 2017 01:43:49 UTC+2 schrieb RjOllos:
>
> On Saturday, June 10, 2017 at 7:55:57 AM UTC-7, Joerg Pleumann wrote:
>>
>> Hi Ryan,
>>
>> yes, the EDIT button is always there. WIKI_MODIFY permission is given,
>> page is r/w. We had the drag-and-drop attachment plugin active, but
>> disabled it already to see if it's causing the problem (which doesn't seem
>> to be the case unless it left some traces in the database).
>>
>> Best regards
>> Joerg
>>
>
> The attachment buttons should appears when the user has ATTACHMENT_CREATE.
> ATTACHMENT_CREATE is granted when the user has WIKI_MODIFY.
>
> The only factors I can imagine that would result in the behavior you are
> seeing:
> * Permission policy such as AuthzPolicy revoking WIKI_MODIFY for certain
> paths
> * The attach file button is hidden by JavaScript. You could inspect the
> page source for a page where the button is hidden.
> * You have some site templates that are out-of-date. Could you share a
> snapshot of your about page, that captures the System Information,
> Installed Plugins and Interface Customization?
>
> - Ryan
>
>
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.