Modify ↓
Opened 13 months ago Closed 13 months ago #296 closed bug (fixed)YAM not talking path changes for folders?
Description
YAM 2.8-dev [OS4/PPC] (16.04.2012)
Not sure, if it's me misunderstanding how YAM works, but...
When I edit a folder (RMB on folder list) and change the path there, YAM does not accept it.
I also tried changing $USER/.folders but with every start YAM add this to the end of $USER/.folders
@FOLDER Incoming
I also noticed then I open the file requester in "edit folder" the default path shown in the requester is always $USER no matter what the actual path is set to.
Is is all a bit odd to me... Attachments (0)Change History (2)comment:1 Changed 13 months ago by thboeckel
comment:2 Changed 13 months ago by thboeckel
(In [5844]) * YAM_FO.c: reworked the handling of modified folders. First of all the folder structure compared in detail now instead of by a general memcmp() which always signals a pending change as even volatile pointers will be compared. Second there were several wrong checks for the new path as only parts of the information were updated. Third a custom folder image was not handled correctly during the move as the image file is locked by the datatypes system and hence has to be released before performing the move. To make it short: moving a folder was broken in several ways. This closes #296. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



I think you are right. YAM's current handling of changed folder pathes is either wrong or not very intuitive. Looking into this...