I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Enhancement #957

Savable custom user and/or contexts fields

Added by Andriy Lesyuk over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Configuration
Target version:
Start date:
15 Oct 2010
Due date:
15 Oct 2010
% Done:

100%


Description

Right now it is impossible to save custom fields...

Functionality of some contexts depend on custom fields. And it would be great if these custom fields could be saved to users’ xml files.

Perhaps for this we need to add another API function (in addition to SetField), e.g.: $user->SaveField and $context->SaveField...

The fields can be saved in this way:

<fields>
  <user_field>value</user_field>
  <context_field context="ContextName">value</context_field>
</fields>


Related issues

Related to Orangutan - Feature #892: Tip of the day / Did you know that?.. Open
Related to Orangutan - Feature #941: Support Google calendar Open

History

#1 Updated by Andriy Lesyuk over 13 years ago

  • Start date deleted (07 Oct 2010)

#2 Updated by Andriy Lesyuk over 13 years ago

  • Target version set to 1.04

#3 Updated by Andriy Lesyuk over 13 years ago

  • Status changed from Open to Closed
  • Due date set to 15 Oct 2010
  • % Done changed from 0 to 100
  • Start date set to 15 Oct 2010

API is:

$user->SetOption($name, $value);
$user->GetOption($name);
$user->ClearOption($name);

Also available in: Atom PDF

Terms of use | Privacy policy