Ticket #5810 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[Patch] BatchModifyPlugin should reflect restrict_owner option

Reported by: miau Assigned to: CuriousCurmudgeon
Priority: normal Component: BatchModifyPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Since BatchModifyPlugin doesn't reflect restrict_owner=true, owner input field is always shown as a text field. It should be shown as a pull-down menu when restrict_owner is set to true.

Attachments

batchmodifyplugin_restrictowner.patch (0.6 kB) - added by miau on 09/12/09 12:32:20.

Change History

09/12/09 12:32:20 changed by miau

  • attachment batchmodifyplugin_restrictowner.patch added.

09/13/09 05:17:07 changed by rjollos

  • summary changed from BatchModifyPlugin should reflect restrict_owner option to [Patch] BatchModifyPlugin should reflect restrict_owner option.

12/02/09 18:16:08 changed by anonymous

+1

02/12/10 19:09:39 changed by CuriousCurmudgeon

(In [7535]) refs #5810

  • Applied patch to respect restrict_owner setting in batch modify form. Thanks to miau.

02/12/10 19:10:13 changed by CuriousCurmudgeon

  • owner changed from ashwin_phatak to CuriousCurmudgeon.
  • status changed from new to assigned.

Patch applied. Thanks!

02/12/10 19:10:19 changed by CuriousCurmudgeon

  • status changed from assigned to closed.
  • resolution set to fixed.

02/19/10 00:34:50 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

It turns out TicketSystem?.eventually_restrict_owner did not exist before Trac 0.11.2. I will need to add a check to make sure this function exists.

02/19/10 15:16:14 changed by CuriousCurmudgeon

(In [7676]) refs #5810

  • Added a check to see if TicketSystem?.eventually_restrict_owner exists before calling it. This should fix the error that users of Trac 0.11 and 0.11.1 were seeing.

02/19/10 20:51:35 changed by CuriousCurmudgeon

  • status changed from reopened to closed.
  • resolution set to fixed.

Fixed with the release 0.4.1.


Add/Change #5810 ([Patch] BatchModifyPlugin should reflect restrict_owner option)




Change Properties
Action