I would like to have no dotted line between the sections and the page number (like for chapters). The switch I have included seem not to work (but it works for the chapter: I can have dotted lines if I set it to true). What is wrong?
\documentclass{scrbook}
\KOMAoptions{paper=156mm:234mm, BCOR=8mm,twoside,
headinclude=false, footinclude=false,
headings=normal,
chapterentrydots=false, % default
sectionentrydot=false,
}
\begin{document}
\tableofcontents
\chapter{one}
\section{oneone}
\end{document}



tocbasicto use\DeclareTOCStyleEntry, because KOMA-Script classes already loadtocbasic. – Schweinebacke Jul 13 '18 at 07:12