[ 
https://issues.apache.org/jira/browse/KYLIN-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602569#comment-16602569
 ] 

ASF GitHub Bot commented on KYLIN-3527:
---------------------------------------

luguosheng1314 closed pull request #220: KYLIN-3527 fix grunt script - font 
build
URL: https://github.com/apache/kylin/pull/220
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/webapp/Gruntfile.js b/webapp/Gruntfile.js
index d871f4f934..a977a7321e 100644
--- a/webapp/Gruntfile.js
+++ b/webapp/Gruntfile.js
@@ -105,6 +105,12 @@ module.exports = function (grunt) {
             src: ['fonts/*'],
             dest: 'dist/'
           },
+          {
+            expand: true,
+            cwd: 'app',
+            src: ['fonts/*'],
+            dest: 'dist/'
+          },
           {
             expand: true,
             cwd: 'app/components/ace/',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Hybrid couldn't save when there is only 1 cube
> ----------------------------------------------
>
>                 Key: KYLIN-3527
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3527
>             Project: Kylin
>          Issue Type: Bug
>          Components: Web 
>    Affects Versions: v2.5.0
>            Reporter: Shaofeng SHI
>            Assignee: Roger
>            Priority: Minor
>             Fix For: v2.5.0
>
>         Attachments: hybrid-not-saved.png, move-in-out-icons.png
>
>
> I created a hybrid with two cubes; Later I want to remove one cube from it, 
> but I found when there is only 1 cube, the "Submit" button was disabled.
>  
> The hybrid should allows 0, 1 or more cubes.
>  
> Besides, I found the move in and out icons were not properly displayed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to