Help Centre Forum

TOTECS Forums

TOTECS Platform Release 11.05
Author
Thread

Author moderator
31st July 2017

New Features


TOT-3641 - Master Content Managed Website Design 2 Deployer

There is now the ability to deploy a content managed website that is has been implemented based on a 2nd Master Website Design (MWD). The design is similar to MWD1 however contains differences in the top header bar, uses a later version of the Foundation library, and has differences in popups when products are added to basket to use a notification style popup.
Within the Administration Centre, under the Websites menu, in the Websites interface, when creating a new content managed website, in the New Website dialog there is now the ability for admin users to choose from the Master Website Design version 2 to deploy a website from. Additionally there is now a link that users can click on to view how each of the website designs look by viewing images in a popup dialog.

Functionality Affected: Websites admin centre interface
Impact: Normal


Improvements


TOT-3624 - Modify secure_logo hook to display Secured By TOTECS image within the Order Checkout/Submission content managed web page area

On a content managed web page containing a Order Checkout/Submission area, in the Order Submission Success Message web page area format the secure_logo hook has been updated to display a "Secured By TOTECS" message to be consistent with the branding of the TOTECS platform.

Functionality Affected: Order Checkout/Submission content managed web page area
Impact: Normal


TOT-3629 - Hook to display product field drop down allowing users to choose how to find products by in Product Quick Add Form content managed web page area

On a content managed web page displaying a Product Quick Add Form area there is now the ability to embed a hook that displays a drop down, allowing a user to choose the product field that they can find products by.
This functionality would work the same as the Product Quick Add form that appears within the Trade interface's Basket Detail page.
Within the Administration Centre, under the Websites menu, within the Websites interface, from the Web Area Formats Libraries tree node, navigating to the Shopping Basket area types, in the Product Quick Add Form area, when modifying a Product Quick Add Form format, add new hook has been added called "quick_add_search_field_select".
This hook displays a drop down that allows the user to choose the product field that they wish to find a product on the quick add search textbox.
The product fields that will display in the drop down are based on the the product fields that are set to display from within the Stores menu, within the Product Search settings interface, for the Search Columns that are set to be visible.
These drop down options will be also sorted based on these settings.
If the quick_add_search_field_select hook is not embedded within the area then the Product Quick Add search will be based on the product code.

Functionality Affected: Product Quick Add Form content managed web page area
Impact: Normal


TOT-3631 - Faster loading times of content managed web pages loading flagged products in Product Search Results Listing areas

On a content managed web page display a Product Search Results Listing area, if the area was displaying products assigned to a flag or category then the area may load faster due to extra optimisation being added to the platform's database.

Functionality Affected: Product Search Results Listing content managed web page area
Impact: Normal


TOT-3633 - Format hook to allow order confirmation notification email to have order details embedded within the message body

When an order is submitted from either a content managed website or through the Trade interface, when an order confirmation is sent there now the ability to display all the details of the order (that would otherwise be saved in the file attachment) in the body of the email message.
Within the Administration Centre, under the Stores menu, within the Order settings interface, under the Order Notification Emails section, when viewing the format content for the Order Confirmation Email Message Format setting, a hook as has been added called "order_detail_content".
This hook will get all the order details formatted from the following settings that are combined together:

  • Order Confirmation Email Order Detail Format
  • Order Confirmation Email Order Surcharge Format
  • Order Confirmation Email Order Freight Format
  • Order Confirmation Email Order Detail Product Format
  • Order Confirmation Email Order Detail Product Deal Format
  • Order Confirmation Email Order Detail Product Field Format
  • Order Confirmation Email Order Detail Product Attachment Format
The content in the order_detail_content will be the same content that would be saved to the attached HTML or PDF file in the order confirmation notification email. If the order details are to be displayed within the emails's message body then the "Order Confirmation Email - Order Details Set As" setting needs to be set to Within Email Message, and the Order Confirmation Email Order Detail Format should not contain any HTML, HEAD or BODY HTML tags, since that would break the HTML markup of the email's message.
Note that if the order_detail_content is used to embed the order details within the email content then it is recommended to use HTML4 inline CSS styling inline the formats listed above, and not rely upon externally linked CSS files, since they may not load or be looked at by certain email clients.

Functionality Affected: Order Submission process, Order Submission Confirmation Email notification
Impact: Normal


TOT-3635 - Product Search Profiles allow products to be search on using the Meta Keyword field

For product searches using Product Search Profiles within the Trade interface, or on content managed web pages display Product Search Form areas there is now the ability to configure product search profiles to find products by matching text set in a Product's Meta Keyword field.
Within the Administration Centre, under the Inventory menu, in the Search Profiles interface, within modifying a "Product" search profile, within the Add Input form the Link Field To select element the Meta Keywords field can now be selected. This field can then be used to allow users to directly find products by matching data in the Meta Keywords field, or be used as a hidden input that can be used to match products on based on an other field that is mapped to the Meta Keywords field.

Functionality Affected: Search Profiles admin centre interface, Product Search process
Impact: Normal


TOT-3637 - Cacheable content managed web page areas for user sessions

When a content managed web page loads there is now the ability for chosen web page areas when displayed to be cached/remembered in the user's session. When the user next loads a content managed web page the content of these previously cached web page areas can then be loaded from the platform's servers memory, allowing web pages to load faster. The consequence is that the content of these cached areas will not change between page reloads until the user either logs in again, logs out, or their session no longer exists.
Within the Administration Centre, under the Websites menu, in the Websites interface, upon right clicking on a content managed web page, in the Web Page Editor interface, clicking on the blue circle of an area, in the Area Settings popup a new setting has been added labelled "Is Cacheable". If this setting is ticked then the web page area will become cacheable when user's next load the web page that the area belongs to. It is recommended for certain areas such as basket areas, account enquiry areas, order submission areas to never be set to Is Cacheable since the content in these areas will change regularly.
Note that if known search engines/automated crawler software makes requests to load a web page that the caching will be ignored. This ensures that the platform's server's don't store redundant session data.
If you are working on a content managed web page and temporarily don't want the web page area caching to be used, if at the end of the URL the parameter "ignore_area_caching=Y" is set, then the platform will ignore loading cached areas for that request. This is useful when administrators are actively checking or modifying the content of a web page.


Functionality Affected: Content managed webpages, content managed web page areas
Impact: Major


TOT-968 - Sort product search and category listings by price within the Trade interface and content managed webpage areas

There is now the ability on the Trade interface as well as on content managed web pages displaying Category Listing and Product Search Results Listing areas to be able to sort products by price.
Within the Administration Centre there are a number of settings that can now control if category and product searches order products by price:

  • Under the Inventory menu, within the Categories settings interface, the Category Product Sort Field setting now has an option to have products sorted by price when products are display in category product listings.
  • Under the Stores menu, within the Product Search settings interface, the Product Sort Field setting now has an option to have products sorted by price in product searches that use this default setting.
  • Under the Inventory menu, within the Search Profiles interface, when modifying a Product search profile or Product Attribute search profile the Sort Search By drop down now allows admin users to set Price field to sort products by default when the search profile is used.
When a Category Listing and Product Search Results Listing content managed web page areas are displays on a web page the category_products_sort_drop_down hook in the Category Listing area, and the product_records_sort_drop_down hook in the Product Search Results Listing area now give the user the ability to sort product listing by price.
Note that search profiles will need to be regenerated for all TOTECS projects to allow this improvement to work in product searches.

Functionality Affected: Product search, Category Listing and Product Search Results Listing content managed web page areas, Search Profiles admin centre interface, Product Search settings interface
Impact: Normal


TOT-2998 - Admin Centre Facebook link to point to TOTECS Facebook profile

Within the Administration Centre, the Facebook link has now been updated to to point the TOTECS facebook profile page.

Functionality Affected: Administration Centre
Impact: Minor


TOT-3190 - Ability for administrator users to resend order confirmation emails within the Orders admin centre interface

Within the Administration Centre there is now the ability for administrator users to resend order confirmation emails to nominated email addresses of there choice.
In the Administration Centre, under the Orders menu, within the Orders interface, when a one or more order records display within the orders table, in the options column a button labelled Email now appears.
If a user clicks on the Email button it will display a dialog that allows the user to set email addresses that they wish to send an order confirmation email to.
Upon the user clicking on the Send Email button the platform will resend the order confirmation email to the nominated recipients and display a dialog showing the results of sending the email.

Functionality Affected: Orders admin centre interface, order confirmation email sending process
Impact: Normal


TOT-3307 - Settings to show only attribute values assigned to active visible products within Product Attribute Search Profile forms

For product attribute search profile forms displayed within the Trade interface or in "Product Search Form (Using Search Profiles)" content managed web page areas, for each product attribute field there is now a setting that decided if all values assigned to the attribute should display, or only values assigned to products that are active and not hidden.
Within the Administration Centre, under the Inventory menu, in the Search Profiles interface, when editing a Product Attribute search profile, under the Search Profile Attributes section upon clicking on Product Attribute assigned to the form or clickin on the Add button, in the Assign Search Attribute dialog a new setting has been added labelled "Show Only Values Assigned To Active Visible Products".
If this setting is ticked then when the product attribute search profile form is displayed in the Trade interface or on a content managed webpage then only attribute values that are assigned to products that are active and not hidden will display. if the "Show Only Values Assigned To Active Visible Products" setting is unticked then all attribute values will display regardless on whether the values are assigned to active products or not.

Functionality Affected: Product Search Form (Using Search Profiles)" content managed web page area, Home Trade interface page, Product Search Trade interface page
Impact: Normal


TOT-3557 - Flagged products displayed on the Trade Interface homepage to always be sorted descending from highest order weighting to lowest

Within the Trade interface, on the Home page for each section of Flagged products, the ordering of the products now always set to highest Order Weighting products to lowest, based on the Order Weighting field set when a product is assigned to a flag.

Functionality Affected: Home Trade interface page
Impact: Normal


TOT-3558 - Hooks to sort contracts by in Customer Account Contract Listing content managed web page area

On a content managed web page displaying a Customer Account Contract Listing area there is now the ability for administrator users to set how the contracts are ordered by default when the area first displays. Additionally hooks have been added to the area to allow users to control how they wish to sort contracts by.
Within the Administration Centre, under the Websites menu, within the Websites interface, when editing a web page, within the Web Page Editor and opening the Customer Account Contract Listing area the following settings have been added:

  • Contract Sort Field: Sets the field that contracts are ordered by when the area is first displayed on a web page
  • Contract Sort Direction: Sets the direction that contracts are ordered by when the area is first displayed on a web page
The area's Customer Account Contract Listing Header and Customer Account Contract Listing Footer formats have had the following hooks added:
  • contract_records_sort_drop_down: Drop down that allows the user to select the contract field to sort contracts by.
  • contract_records_sort_direction_drop_down: Drop down that allows the user to select the direction that contracts are sorted by.
If these hooks are added to the webpage area then the user can have the ability to change how the contract records are ordered.

Functionality Affected: Customer Account Contract Listing content managed webpage area
Impact: Normal


TOT-3573 - Save order confirmation email attachment as a PDF file

Within the Administration Centre, under the Stores menu, within the Order Settings interface, under the Order Notification Emails section a new setting has been added called "Order Confirmation Email - Order Details Set As". This setting controls how the order details are setting within the Order Confirmation Email that is sent out once a user successfully submits an order. The setting can be configured to one of the following options:

  • HTML Webpage Attachment: The order details are attached as a HTML web page file of the notification Email. This is previous way the platform has worked.
  • PDF Attachment (Converted from HTMLv4 Formats): The order details are attached as a PDF file to the notification Email. The PDF is generated from a HTML web page that has been set within formats set against the project. These formats need to confirm to the XHTML strict 4 standards for the PDF to be able to generate.
  • PDF Attachment (Converted from HTMLv5 Formats): The order details are attached as a PDF file to the notification Email. The PDF is generated from a HTML web page that has been set within formats set against the project. These formats need to confirm to the HTML 5 standards for the PDF to be able to generate.
  • Within Email Message: The order details will not be added as an attachment, but instead the HTML of the order detail can be embedded directly within the email message.
All projects on the TOTECS platform will have the setting set to PDF Attachment (Converted from HTMLv4 Formats). This allows all projects will now have the order details saved as a PDF file, ensuring that the order details can be viewed consistent across any PDF readers run on any device.
Note that if the PDF file is set to be added as a email attachment, that first the platform will generate a web page HTML file that will be converted to a PDF file. The PDF generator can be quite strict in that if the web page HTML file does not conform strictly to HTML standards then it will fail to generate the PDF file.
It is important that administrators ensure that the HTML set in the email's order detail formats conforms to strict HTML standards, otherwise the PDF file will not be generated and the order confirmation email will be sent with the attached PDF.
Additionally the PDF generator does not support all HTML markup so some elements may appear differently depending on the CSS style rules used to set the order detail content.

Functionality Affected: Order Settings admin centre interface, Order Submission process
Impact: Major


TOT-3576 - Formats to control the content and styling of the order confirmation email attachment file

When an order is submitted from either a content managed website or through the Trade interface, for the attached order details file that is sent out confirmation email, the contents of the attachment file are now configurable in both the content and styling of the order. This is done through the introduction of project settings that can format different parts of the order.
Within the Administration Centre, under the Stores menu, within the Order settings interface, under the Order Notification Emails section the following settings have been added:

  • Order Confirmation Email Attachment Format: Controls the overall formatting of the attached file that is attached to the confirmation email.
  • Order Confirmation Email Order Detail Format: Controls the overall formatting of the order detail and its layout.
  • Order Confirmation Email Order Surcharge Format: Controls the formatting for each type of surcharge record applied to the order.
  • Order Confirmation Email Order Freight Format: Controls the formatting of the freight information set in the order.
  • Order Confirmation Email Order Detail Product Format: Controls the formatting for each product line assigned to the order.
  • Order Confirmation Email Order Detail Product Deal Format: Controls the formatting of each deal applied to each product line in the order.
  • Order Confirmation Email Order Detail Product Field Format: Controls the formatting of each basket field set with a value by the user, that is applied to each product line in the order.
  • Order Confirmation Email Order Detail Product Attachment Format: Controls the formatting of each attachment file assigned to its associated product line in the order.
Note that the HTML set with each of these formats needs to confirm to either strict HTML4 standards, or HTML5 standards based on if the "Order Confirmation Email - Order Details Set As" setting has been configured to save the formatted data to PDF file.
Administrators can view how orders look with the format settings set by going into the Orders interface, finding an order, clicking on the order ID to view the details of the order, then in the Order Detail window click on the "Show In Email Format" button that appears at the bottom of the Order Detail dialog. This will then reload the order in the Email format.

Functionality Affected: Order Settings admin centre interface, Order Submission process
Impact: Major


TOT-3601 - Hooks within Product Quick Add Form content managed web page area's autocomplete for showing stock availability, pricing, sales rep discounting, combination products

On a content managed web page displaying a Product Quick Add Form area it now contains additional hooks that allow the following data and features to be displayed when a user is using the quick add form:

  • Display product available stock quantity
  • Display product available stock level
  • Display product available stock level image
  • Display if a product is a parent combination product
  • Display product price if the user is sales rep
  • Display customer account price level price of a product if the user is a salesrep
  • Allow sales reps to set discounts on pricing if they have permission to do so
  • Display Not Found text if a product could not be found with the search term entered by the user
  • Hide Add To Basket elements if the product cannot be added to basket
In the web page area's "Basket Product Quick Add Form" format the following hooks have been added to the area:
  • quick_add_product_found_div_id: ID to set for the element that displays when a product has been selected.
  • quick_add_product_found_div_class: Name of the CSS class that controls the element that displays when a product has been selected.
  • quick_add_product_allow_add_to_basket_div_id: ID to set for the element that displays when a product has been selected that can be added to basket.
  • quick_add_product_allow_add_to_basket_div_class: Name of the CSS class that controls the element that displays when a product has been selected and can be added to basket.
  • quick_add_product_item_id_input: Hidden input that contains the product code of the product that has been selected.
  • quick_add_product_item_id_input_id: ID of the textbox input that contains the product code of the product that has been selected.
  • quick_add_product_is_combination_input: Hidden input that specifies if the selected product is a parent combination product or not.
  • quick_add_product_is_combination_input_id: ID of the hidden input that specifies if the selected product is a parent combination product or not.
  • quick_add_product_not_found_element_class: Name of the CSS class that controls the element that displays when no product could be found when the user performed a search.
  • quick_add_product_not_found_element_id: ID to set for the element that displays when no product could be found when the user performed a search.
  • quick_add_product_price_discount_div_id: ID to set for the element that displays when the user has the ability to discount the price of the found product.
  • quick_add_product_price_discount_div_class: Name of the CSS class that controls the element that displays when the user has the ability to discount the price of the found product.
  • quick_add_product_price_discount_checkbox_id: ID to set for the checkbox form element that allows the user to specify if the product price is to be discounted or not.
  • quick_add_product_price_discount_textbox_id: ID to set for the textbox form element that allows the user to set the percentage discount of the price of the product they wish to discount by.
  • quick_add_product_price_discount_price_total_span_id: ID of the element that displays the price of the product that a price may be discounted by.
  • quick_add_product_price_level_discount_div_id: ID to set for the element that displays when the user has the ability to discount the price-level price of the found product.
  • quick_add_product_price_level_discount_div_class: Name of the CSS class that controls the element that displays when the user has the ability to discount the price-level price of the found product.
  • quick_add_product_price_level_discount_checkbox_id: ID to set for the checkbox form element that allows the user to specify if the product price-level price is to be discounted or not.
  • quick_add_product_price_level_discount_textbox_id: ID to set for the textbox form element that allows the user to set the percentage discount of the price-level price of the product they wish to discount by.
  • quick_add_product_price_level_discount_price_level_total_span_id: ID of the element to set that displays the price-level price of the product that a price may be discounted by.
  • quick_add_product_stock_quantity_div_id: ID to set for the element that displays the available stock quantity section of the selected product.
  • quick_add_product_stock_quantity_div_class: Name of the CSS class that controls the element that displays the available stock quantity of the selected product.
  • quick_add_product_stock_quantity_element_id: ID to set for the element that displays the available stock quantity of the selected product.
  • quick_add_product_stock_level_div_id: ID to set for the element that displays the available stock quantity level section of the selected product.
  • quick_add_product_stock_level_div_class: Name of the CSS class that controls the element that displays the available stock level of the selected product.
  • quick_add_product_stock_level_image_id: ID to set for the image element that displays the available stock level image of the selected product.
  • quick_add_product_stock_level_status_element_id: ID to set for the element that displays the available stock level of the selected product.
  • quick_add_product_stock_level_status_class: Name of the CSS class that controls the element that shows the available stock level of the selected product. Will display either none, low or high.
Any hooks that end with "_class" will either have the value "display_elementY" or "display_elementN" (except for the quick_add_product_stock_level_status_class hook). This is used to control whether an element should display or not. Setting the ID hooks within HTML elements will allow those elements to hide or show based on the CSS display_element class changing as products are found by users when searching within the web page area.
Things to note:
  • The user can only use the price discount fields if they are a sales rep user who's assigned to a Facility Role that has the Override Product Pricing permission enabled.
  • The sales rep user needs to have the View Product Pricing Discounting permission set to allowed to allow them to set the product price based on a percentage off the current price of the product.
  • The sales rep user needs to have the View Product Pricing Level Discounting permission set to allowed to allow them to set the product price based on a percentage off the price-level price of the user's assigned customer account.
  • For the user to view product stock quantities the "Display Stock Column" setting within the Administration Centre's Stores - Basket settings interface needs to be set to ON, and the Product setting's Stock In Numeric Form needs to be set to ON.
  • For the user to view product stock levels the "Display Stock Column" setting within the Administration Centre's Stores - Basket settings interface needs to be set to ON, and the Product setting's Stock In Numeric Form needs to be set to OFF.
Functionality Affected: Product Quick Add Form content managed web page area
Impact: Normal


TOT-3617 - Hooks to be able to display organisation name and contact name in Customer Account Invoice, Sales Order, Back Order and Credit content managed web page areas

On a content managed web page containing either an Customer Account Invoice, Customer Account Sales Order, Customer Account Credit or Customer Account Back Order area, hooks have been added that allow the organisation name and contact fields to be displayed for both delivery and billing addresses associated with the account enquiry record retrieved from the Connector.
The following content managed web page area formats now have additional hooks added:Customer Account Invoice Format:

  • invoice_delivery_org_name: Displays the name of the organisation assigned to the delivery address of the invoice
  • invoice_delivery_contact: Displays the name of the person who can be contacted in regards to the delivery of the invoice
  • invoice_billing_org_name: Displays the name of the organisation assigned to the billing address of the invoice
  • invoice_billing_contact: Displays the name of the person who can be contacted in regards to the billing of the invoice
Customer Account Sales Order Format:
  • order_sale_delivery_org_name: Displays the name of the organisation assigned to the delivery address of the sales order
  • order_sale_delivery_contact: Displays the name of the person who can be contacted in regards to the delivery of the sales order
  • order_sale_billing_org_name: Displays the name of the organisation assigned to the billing address of the sales order
  • order_sale_billing_contact: Displays the name of the person who can be contacted in regards to the billing of the sales order
Customer Account Credit Format:
  • credit_delivery_org_name: Displays the name of the organisation assigned to the delivery address on the credit
  • credit_delivery_contact: Displays the name of the person who can be contacted in regards to the delivery on the credit
  • credit_billing_org_name: Displays the name of the organisation assigned to the billing address on the credit
  • credit_billing_contact: Displays the name of the person who can be contacted in regards to the billing on the credit
Customer Account Back Order Format:
  • back_order_delivery_org_name: Displays the name of the organisation assigned to the delivery address of the back order
  • back_order_delivery_contact: Displays the name of the person who can be contacted in regards to the delivery of the back order
  • back_order_billing_org_name: Displays the name of the organisation assigned to the billing address of the back order
  • back_order_billing_contact: Displays the name of the person who can be contacted in regards to the billing of the back order
Functionality Affected: Customer Account Sales Order, Customer Account Credit, Customer Account Back Order content managed web page areas
Impact: Normal


TOT-3620 - Facility Role permissions to allow users to not set the organisation name in delivery and billing address when proceeding through order checkout

On a content managed webpage containing a "Guest Order Checkout/Submission" area, or on the Order Details page within the Trade interface, when a user proceeds through the Order Details page, previously if the Organisation Name Address setting was turned on for the project then the order validation process required that the organisation name for both the delivery address and billing address contained data for all users. 2 new Facility Role permissions have now been created that independently control if a user should be required to set the organisation name for a delivery address, as well as the billing address, in both the Guest Order Checkout/Submission, as well as when creating or updating existing delivery addresses.
These permissions allow different groups users to be required to set organisation name in addresses or not, such as for group users who are individuals, or users ordering on behalf of companies.
Within the Administration Centre, under the Users menu, in the User Permissions interface, upon modifying a Facility Role the following permissions have been added:

  • Billing Address Organisation Name Not Mandatory: If set to allow then the assigned users to the role do not have to set an organisation name in the billing address when using the Guest Order Checkout feature. If set to deny then they must set a value in the Billing Organisation Name field during checkout.
  • Delivery Address Organisation Name Not Mandatory: If set to allow then the assigned users to the role do not have to set an organisation name in the delivery address when using the Guest Order Checkout feature, or when creating a new delivery address, or updating an existing delivery address. If set to deny then they must set a value in the Delivery Organisation Name field during checkout, as well as when creating or modifying existing addresses.
Note that changes to these Facility Role permissions will only apply to the assigned users when the users next login to a content managed website or Trade interface.

Functionality Affected: Guest Order Checkout/Submission and User Details/Favourites/Orders content managed web page areas, Order Details Trade Interface page
Impact: Normal


Bug Fixes


TOT-3623 - update_product_price_level_discount_field hook displaying unreadable characters within Basket Products Listing content managed web page area when unit product price is greater than $1000

On a Basket Products Listing content managed web page area, if the area was displaying a product that had a unit price of over $1000 dollars then in the Basket Product Record web page area format the update_product_price_level_discount_field hook would display a question mark character instead of the amount that the product was discounted by.
The Basket Products Listing content managed web page area has been modified to correctly calculate the discount applied to the basket's product price, ensuring that no question mark appears in the update_product_price_level_discount_field hook if the product's unit price is over $1000.

Functionality Affected: Basket Products Listing content managed web page area
Impact: Normal


TOT-3632 - Incorrect http protocol being set for secure images and libraries URLs in the Edit Image/Attachment Library Admin Centre interface

Within the admin centre, when copying an image or image URL from a website library within the admin centre, the image URL has its protocol set to http:// regardless of whether or not the website's 'Website Security Mode' setting is set to 'Secured (HTTPS)' or not.
Within the Websites interface, from the Tree menu when clicking on either an image or attachment library, in the Edit Image Library interface or within the Edit Attachment Library interface the URLs of the image and attachment files now have the protocol of the URL set based on if the file belongs to a library that is assigned to a fully secured content managed website or not.

Functionality Affected: Edit Image/Attachment Library admin centre interface
Impact: Minor