MantisBT: master b18a9738

Author Committer Branch Timestamp Parent
Julian Fitzell master 2003-03-12 12:39 master 007c84a0
Changeset

Hoping this might help solve 0003049: Getting error message. APPLICATION ERROR #1100: ERROR: Bug not found

which I can't reproduce.

Change to use access_has_bug_level() instead of access_has_project_level() in cases where we have a current bug_id. I think I've caught them all now.

  • bug_monitor_list_view_inc.php

  • bug_reminder.php

  • bug_update_advanced_page.php

  • bug_update_page.php

  • bugnote_add_inc.php

  • bugnote_view_inc.php
    use access_has_bug_level() instead of access_has_project_level()

  • view_all_inc.php

    • use access_has_bug_level() instead of access_has_project_level()
    • make the pencil column and the mass bug modification feature always
      enabled. Since bugs may be from different projects we can't know
      easily whether at least one bug on the the page has appropriate
      permissions (particularly in the mass bug case since different
      actions require different permissions anyway)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2090 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - bug_update_advanced_page.php Diff File
mod - bug_monitor_list_view_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - bug_reminder.php Diff File
mod - bug_update_page.php Diff File
mod - view_all_inc.php Diff File
mod - bugnote_add_inc.php Diff File