Didactor

Not all settings can be changed in the admin pages.

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: core
  • Description:
    Hide
    Code is about like this:

     %>
                <ul>
                <%
                  while (i.hasNext()) {
                    Component.Setting setting = (Component.Setting)i.next();
                    if (setting.getScope().contains("component")) {
                      %>
                      <li> <a href="editsetting.jsp?component=<mm:write referid="component" />&setting=<%=setting.getName()%
    >">
                        <%=setting.getName()%>
                      </a> </li>
                      <%
                    }
                  }
                %>


    There is no code to set settign on other scopes the component itself (e.g. educations, providers.)
    Show
    Code is about like this:  %>             <ul>             <%               while (i.hasNext()) {                 Component.Setting setting = (Component.Setting)i.next();                 if (setting.getScope().contains("component")) {                   %>                   <li> <a href="editsetting.jsp?component=<mm:write referid="component" />&setting=<%=setting.getName()% >">                     <%=setting.getName()%>                   </a> </li>                   <%                 }               }             %> There is no code to set settign on other scopes the component itself (e.g. educations, providers.)

Activity

People

Dates

  • Created:
    2007-04-10 12:56
    Updated:
    2007-04-10 12:56