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" }; });
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
Discussions about Alfresco Content Services and Alfresco Process Services in Spanish
Related:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.