Displaying 1 result from an estimated 1 matches for "betternested".
2009 Oct 14
0
[PATCH server] hack betternested set to enable pool deletion
This is an ugly hack to fix the betternestedset plugin as currently
a bug does not allow pools to be deleted. The single line commented
out in this patch deletes the pool itself instead of only its children
for whatever reason.
This wouldn't be a problem were it not for the recent
change to active record which enforces optimistic locking...