想象一下,我有以下内容树
以下角色 -
我有以下情况。
角色1应具有对第1条和第2条的读/写权限,这些权限基于模板1。
角色2应具有对第3条的读/写权限,该第3条基于模板2.
有没有办法在Sitecore中实现上述方案?
由于
答案 0 :(得分:1)
您可以尝试在Standard Values
和Template 1
的{{1}}项目上设置访问权限。
只需为Template 2
read/write
Standard Values
设置Template 1
或其他任何内容。并Role 1
read/write
Standard Values
Template 2
仅为Role 2
设置Template 1
。
执行此操作后,使用Template 2
和Standard Values
的所有项目都将从相应的$scope.spremi = function() {
var vr = document.getElementById('vrstaribe');
var rib = vr.options[vr.selectedIndex].text;
var tez = document.getElementById('tezina').value;
var mam = document.getElementById('mamac').value;
console.log("Riba : " + rib + '\n' + "Težina : " + tez + '\n' + "Mamac : " + mam);
ulov.vrstaribe = rib;
ulov.tezina = tez;
ulov.mamac = mam;
var fromStorage = localStorage.getItem('popisulova') || '[]';
var vrati = JSON.parse(fromStorage);
vrati.push(ulov);
localStorage.setItem('popisulova', JSON.stringify(vrati));
console.log(ulov);
}
继承访问权限。