Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1743

fa-Icon mapping for mixin provided methods not honored intuitively

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.15.1
    • 1.16.1
    • Core
    • None

    Description

      This example will not have the Action displayed with the font-awesome icon as mapped by e.g. remove.*:fa-minus-square ...

      @Mixin
      public class SimpleObject_removeEntries {
      
      	...
      
      	@Action
      	public SimpleObject $$(	List<Entry> entries	) {
      
      		...
      		
      		return holder;
      	}
      }
      

      I believe this is counter-intuitive.

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            hobrom Andi Huber
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: