note that sitemap actions are readonly
This commit is contained in:
parent
f3f652e451
commit
5a9ff7c575
|
@ -87,4 +87,9 @@ class SitemapAction extends Action
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function isReadOnly()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user