Notifications
Clear all

[3.4.2] Modifying categories resets characters

7 Posts
3 Users
0 Reactions
3,173 Views
(@guest2263)
Posts: 0
 

As I am using eFiction for a personal archive, and am behind a very restrictive firewall, I cannot provide a link to the site. I'll describe the problem as clearly as possible, though.

In short, modifying the categories on a story resets the character list.

Steps to reproduce:

1. Edit some story for which a character can be selected
2. Select a character from the list
3. Add or remove a category
4. Notice that the selected character has been deselected


 
Posted : 23/04/2008 11:32 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Your characters are probably set for specific categories. You are only able to add, or keep characters when you have their category added. To change this, make all the characters sitewide, and not designated in certain categories.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 24/04/2008 3:26 am
(@guest2263)
Posts: 0
 

The characters are set for specific categories, but that is not the issue. The situation is this (for example):

1. I add the category "Foo".
2. I select the characters "Foo1" and "Foo2".
3. I add a second category "Bar".
4. The characters are now deselected.

I can, of course, select the characters again, since they are still in the list, but ideally they should not be deselected when adding/removing categories.


 
Posted : 24/04/2008 7:11 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Characters are going to be deselected when you deselect their category.

As for adding new categories, if the category for certain characters has not been removed, the characters should not be either. I don't have this action on my site since I use sitewide.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 24/04/2008 9:52 pm
(@tammy)
Posts: 2577
Member Moderator
 

It's a bug.  Open javascript.js and find:


characters[a][2] == true;
characters[a][3] = false;

And change it to:


characters[a][2] = false;
characters[a][3] = true;

Will be fixed in the next update.


 
Posted : 07/05/2008 12:56 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Can you please check and see if this is still an issue with 3.5? Thank you!


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 07/04/2009 4:37 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

No response... assumed solved.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 23/11/2009 7:53 pm
Share: