Tags:
create new tag
, view all tags

Feature Proposal: AUTOINC step value

Motivation

Creating a user maintained document repository. TREEVIEW/TREEBROWSER sorts on Topic name so I would like to leave gaps between autonumbered topics.

Description and Documentation

Replace

my $next = $list[$#list] +  1;
in Save.pm with:
my $step = $session->{prefs}->getPreferencesValue('AUTOINCSTEP') || 1;
my $next = $list[$#list] +  $step;
Then add AUTOINCSTEP to prefs page.

Examples

Impact

WhatDoesItAffect: Prefs, UI

Implementation

-- Contributors: AndyBeardsall - 30 May 2007

Discussion

This looks like a useful small enhancement. A no-brainer that does not need to go through the release process. We just started a code freeze on FreetownRelease on Monday, e.g. this feature needs to wait for GeorgeTown? release.

-- PeterThoeny - 31 May 2007

 
Topic revision: r2 - 31 May 2007 - 01:41:13 - PeterThoeny
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback