Ticket #22 (in_QA defect: fixed)

Opened 3 years ago

Last modified 3 years ago

In authz controller, can not change repos admin without select a module path.

Reported by: jiangxin Owned by: jiangxin
Priority: major Milestone: 0.3.0
Component: SvnAuthz Version:
Keywords: Cc:

Description

To reproduce the symptom:

  • In authz controller, select a module path, and change ACL for it.
  • After save authz, the module path selector reset.
  • Then change the administrators for the repository.
  • When save the form again, a javascript popup shows: "Please input module path.".

Change History

comment:1 Changed 3 years ago by jiangxin

  • status changed from new to in_work
  • component changed from Undefined to SvnAuthz

In pysvnmanager/templates/authz/index.mako:

       if (form.authz_list.length>0 && path =='')
       {
               alert('${_("Please input module path.")}');
               return false;
       }

comment:2 Changed 3 years ago by jiangx

  • status changed from in_work to in_QA
  • resolution set to fixed

(In [80]) Fixed #22: In authz controller, can not change repos admin without select a module path.

Note: See TracTickets for help on using tickets.