Menu

#127 New Namespaces in NamespaceMap after upgrade

FlexWiki
open
nobody
5
2005-05-10
2005-05-10
Anonymous
No

After the upgrade to version 1.8.0.1677 new
namespaces are added in the NameSpaceMap.xml
differently then before.

It used to be:
<Provider etc. >
<Parameters>
<Parameter Name="Root" Value=".\Wiki.***" />
<Parameter Name="Namespace"
Value="Wiki.***" />
</Parameters>
</Provider>

But now it is:
<Provider etc. >
<Parameters>
<Parameter Name="Namespace"
Value="Wiki.***" />
<Parameter Name="Root" Value=".\Wiki.***" />
</Parameters>
</Provider>

This does'nt matter for the front end, but in the
Namespace Providers -list the values are turned around.
So the value of "Root"is in th column of "NameSpace"
and visa versa.

Discussion


Log in to post a comment.