Pesquisas recentes


Sem pesquisas recentes

Brooke Luder's Avatar

Brooke Luder

Entrou em 16 de abr. de 2021

·

Última atividade em 27 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

2

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Brooke Luder

Brooke Luder comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

Hi I'm not a coder but I've managed to implement this suggestion and it works great.

The only thing is if we have articles flagged as internal (visible to agents and managers only) the little lock icons disappear when you expand the list.

The code on the .hbs page for that is:
{{#if internal}}

{{/if}}

but I'm not sure how to get that working with the example above. I'm assuming it would be somewhere around this part:

$(_allarticles).each(function(idx, itm){
if(itm.draft==true){
} else {
_arthtml = _arthtml + '

  • '+itm.title+'
  • ';
    }
    });

    Can anyone help me?

    Exibir comentário · Publicado 30 de jun. de 2020 · Brooke Luder

    0

    Seguidores

    0

    Votos

    0

    Comentários