Ticket #4871 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

Duplicate Extensions Don't return an Error

Reported by: GameGamer43 Assigned to: GameGamer43
Priority: blocker Milestone: 2.9
Component: Core - Users/Devices Version: 2.8-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If you enter a duplicate extension, you are redirected back to config.php without an error and the extension is never created (which is expected).

Change History

04/07/11 01:48:45 changed by GameGamer43

(In [11968]) re #4871 - adds function and handler used for the duplicate extension error check

04/07/11 01:49:34 changed by GameGamer43

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

(In [11969]) closes #4871 - adds js to core module to do dup ext check onsubmit()

04/07/11 18:49:08 changed by p_lindheimer

(In [11973]) make sure function exists, return null otherwise re #4871

04/08/11 00:42:22 changed by mickecarlsson

  • priority changed from minor to blocker.
  • status changed from closed to reopened.
  • resolution deleted.

If I try to change password for an extensions, I get "Extension number conflict, please choose another".

04/08/11 00:44:34 changed by mickecarlsson

Tested on two systems. And by "password" I mean "secret"

04/08/11 01:11:28 changed by imcdona

I am unable to change settings on any extensions after installing the latest update. I'm getting "Extension number conflict, please choose another"

04/08/11 01:24:14 changed by GameGamer43

(In [11980]) closes #4871 - address the issue where you are unable to edit an extension, please reopen if there are any other issues

04/08/11 01:25:59 changed by GameGamer43

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

mickecarlsson & imconda - r11980 should resolve the issues with editing an extension, if not please let me know.

04/08/11 11:03:13 changed by p_lindheimer

(In [11981]) don't include ajax call unless action is add, also removed old conflict checking code not used re #4871