mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
install, web serving, session booting webnotes/wnframework#351
This commit is contained in:
@@ -12,7 +12,7 @@ wn.pages['activity'].onload = function(wrapper) {
|
||||
var list = new wn.ui.Listing({
|
||||
hide_refresh: true,
|
||||
appframe: wrapper.appframe,
|
||||
method: 'home.page.activity.activity.get_feed',
|
||||
method: 'erpnext.home.page.activity.activity.get_feed',
|
||||
parent: $(wrapper).find(".layout-main"),
|
||||
render_row: function(row, data) {
|
||||
new erpnext.ActivityFeed(row, data);
|
||||
|
||||
@@ -13,7 +13,7 @@ wn.pages['latest-updates'].onload = function(wrapper) {
|
||||
<div class="progress-bar" style="width: 100%;"></div></div>')
|
||||
|
||||
return wn.call({
|
||||
method:"home.page.latest_updates.latest_updates.get",
|
||||
method: "erpnext.home.page.latest_updates.latest_updates.get",
|
||||
callback: function(r) {
|
||||
parent.empty();
|
||||
$("<p class='help'>"+wn._("Report issues at")+
|
||||
|
||||
Reference in New Issue
Block a user