Rushabh Mehta 12 лет назад
Родитель
Сommit
9a117d4883
2 измененных файлов: 2 добавлений и 1 удалений
  1. +1
    -1
      core/page/finder/finder.js
  2. +1
    -0
      webnotes/webutils.py

+ 1
- 1
core/page/finder/finder.js Просмотреть файл

@@ -124,7 +124,7 @@ wn.pages['finder'].onload = function(wrapper) {

var filter_list = function() {
start = 0;
$list.find(".document-item .row-empty").remove();
$list.find(".document-item, .row-empty").remove();
render_list();
}



+ 1
- 0
webnotes/webutils.py Просмотреть файл

@@ -169,6 +169,7 @@ def build_website_sitemap_config():
def get_website_settings():
from webnotes.utils import get_request_site_address
from urllib import quote
from webnotes.utils import cint, encode
all_top_items = webnotes.conn.sql("""\
select * from `tabTop Bar Item`


Загрузка…
Отмена
Сохранить