05-10-2017 08:42 AM
Buenas, tengo este problema. Cuando entro a Alfresco me esta saliendo este letrero en la parte superior. Tengo que recargar de nuevo la pagina para que desaparezca. Saben como puedo deshacerme de esto. Muchísimas gracias por su ayuda. Tengo el alfresco 201702 5.2. Que estén bien.
/** * Copyright (C) 2005-2013 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Alfresco is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ /** * * @module surf-dynamic/constants/Url * @author Dave Draper */ define(["dojo/_base/lang"], function(lang) { return { DEBUG: false, AUTOLOGGING: false, PROXY_URI: window.location.protocol + "//" + window.location.host + "\/share/proxy/alfresco/", PROXY_URI_RELATIVE: "\/share/proxy/alfresco/", PROXY_FEED_URI: window.location.protocol + "//" + window.location.host + "\/share/proxy/alfresco-feed/", URL_CONTEXT: "\/share/", URL_RESCONTEXT: "\/share/res/", URL_PAGECONTEXT: "\/share/page/", URL_SERVICECONTEXT: "\/share/service/", URL_FEEDSERVICECONTEXT: "\/share/feedservice/", USERNAME: "admin", CSRF_POLICY: { enabled: true, cookie: "{token}", header: "{token}", parameter: "{token}", properties: { token: "Alfresco-CSRFToken", referer: "", origin: "" } }, URI_TEMPLATES: { "remote-site-page": "/site/{site}/{pageid}/p/{pagename}", "remote-page": "/{pageid}/p/{pagename}", "share-site-page": "/site/{site}/{pageid}/ws/{webscript}", "sitedashboardpage": "/site/{site}/dashboard", "contextpage": "/context/{pagecontext}/{pageid}", "sitepage": "/site/{site}/{pageid}", "userdashboardpage": "/user/{userid}/dashboard", "userpage": "/user/{userid}/{pageid}", "userprofilepage": "/user/{userid}/profile", "userdefaultpage": "/user/{pageid}", "consoletoolpage": "/console/{pageid}/{toolid}", "consolepage": "/console/{pageid}", "share-page": "/{pageid}/ws/{webscript}" }, QUICKSHARE_URL: "\/share\/s\/{sharedId}", JS_LOCALE: "es_ES" }; });
05-10-2017 09:37 AM
05-12-2017 09:18 AM
Hola Cristina, no te había respondido porque no me había vuelto a pasar. Mire el log y no aparece error ni tampoco algo similar. Este es el letrero del que hablo.
Estoy en la versión 201702
Muchas gracias
05-12-2017 11:40 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.