fixed bugs introduced by switching from titles as ids to separate ids
This commit is contained in:
@@ -126,6 +126,7 @@ public class WikiPage implements Mappable {
|
||||
ID,id,
|
||||
CONTENT,Map.of(SOURCE,content,RENDERED,markdown(content)),
|
||||
MEMBERS,memberMap,
|
||||
TITLE,title,
|
||||
VERSION,version,
|
||||
VERSIONS,versions
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user