Item9381: Can't edit preferences in a group topic

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Engine
Component:
Branches:
Reported By: CrawfordCurrie
Waiting For:
Last Change By: CrawfordCurrie
  1. Create a group topic using the WikiGroups UI
  2. Visit the group topic
  3. More topic actions -> Edit settings
  4. Kablooie

It's because the settings added have no type (Local or Set) defined.

The code in Manage.pm should default to Set type.

-- CrawfordCurrie - 23 Jul 2010

Instead of fixing an already wrong feature, please forget this and fix Item2389: (New WikiGroups UI fails to remove multiple users from group)

-- KennethLavrsen - 23 Jul 2010

er no, you're letting your current worry cloud a real issue.

given the spec in Func::Mets:
    PREFERENCE => {
        require => [qw( name value )],
        other   => [qw( type )],
    }

the Manage.pm code cannot assume that the field->{type} is defined. I don't know why Crawford wrote that the type is optional, but as it is, we need to test for that.

-- SvenDowideit - 24 Jul 2010

I added the type, and had to make it optional for the usual (tm)wiki hysterical reasons.

-- CrawfordCurrie - 24 Jul 2010
 

ItemTemplate edit

Summary Can't edit preferences in a group topic
ReportedBy CrawfordCurrie
Codebase trunk
SVN Range
AppliesTo Engine
Component
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:fad498218427 distro:f2711a68a6f3
TargetRelease minor
ReleasedIn 1.1.0
Topic revision: r6 - 24 Jul 2010, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy